help system
This commit is contained in:
@@ -23,6 +23,10 @@ Object.keys(data).forEach(cur => {
|
||||
export default bot => {
|
||||
bot._trigger.set("kiss", new bot.trigger({
|
||||
call: /^(\.|\/)kiss/i,
|
||||
help: {
|
||||
text: "Kisses a user",
|
||||
usage: "[b].kiss[/b] [i](<nick>)[/i]"
|
||||
},
|
||||
f: e => {
|
||||
e.reply(`(づ。◕‿‿◕。)づ" [color=red]。。・゜゜・。。・゜❤[/color] [b]${e.args[0] || e.user.nick}[/b] [color=red]❤[/color]`);
|
||||
}
|
||||
@@ -30,6 +34,10 @@ export default bot => {
|
||||
|
||||
bot._trigger.set("hug", new bot.trigger({
|
||||
call: /^(\.|\/)hug/i,
|
||||
help: {
|
||||
text: "Hugs a user",
|
||||
usage: "[b].hug[/b] [i](<nick>)[/i]"
|
||||
},
|
||||
f: e => {
|
||||
e.reply(`[color=red]♡❤♡♥[/color] [b]${e.args[0] || e.user.nick}[/b] [color=red]♥♡❤♡♥[/color]`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user