wolle Rose kaufe?

This commit is contained in:
Flummi 2018-03-06 18:56:52 +01:00
parent d830c7b104
commit 07b98ff38d

View File

@ -282,4 +282,12 @@ export default bot => {
args.substring(2).split(" ").forEach(e.reply); 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]`);
}
}));
}; };