.unfähig

This commit is contained in:
Flummi 2018-03-09 11:56:52 +01:00
parent 60106a1da9
commit 5199d8de44

View File

@ -97,6 +97,14 @@ export default bot => {
}
}));
bot._trigger.set("unfaehig", new bot.trigger({
call: /^(\.|\/)unfähig/i,
set: "uwe",
f: e => {
e.reply(`Jamba Mettscanner: [b]${e.args[0] || e.user.nick}[/b] ist zu ${~~(Math.random() * 100 + 1)}% unfähig.`);
}
}));
bot._trigger.set("rotenburg", new bot.trigger({
call: /^(\.|\/)rotenburg/i,
set: "uwe",