Jamba Arschlochscanner

This commit is contained in:
Flummi 2017-11-28 19:01:46 +01:00
parent b4514b6682
commit 38fc17e74c

View File

@ -196,4 +196,11 @@ module.exports = bot => {
}
}
}));
bot._trigger.set("asshole", new bot.trigger({
call: /^(\.|\/)asshole/i,
f: e => {
e.reply(`Jamba Arschlochscanner: [b]${e.args[0] || e.user.nick}[/b] ist zu ${~~(Math.random() * 100 + 1)}% ein Arschloch.`);
}
}));
};