wolle Rose kaufe?
This commit is contained in:
parent
d830c7b104
commit
07b98ff38d
|
@ -282,4 +282,12 @@ export default bot => {
|
|||
args.substring(2).split(" ").forEach(e.reply);
|
||||
}
|
||||
}));
|
||||
|
||||
bot._trigger.set("rose", new bot.trigger({
|
||||
call: /^(\.|\/)rose/i,
|
||||
set: "uwe",
|
||||
f: e => {
|
||||
e.replyAction(`schenkt [b]${e.args[0] || e.user.nick}[/b] eine [color=red]~~{~[@}[/color]`);
|
||||
}
|
||||
}));
|
||||
};
|
Loading…
Reference in New Issue
Block a user