This commit is contained in:
Flummi 2018-03-09 11:58:00 +01:00
parent 5199d8de44
commit 61451c39a4

View File

@ -101,7 +101,7 @@ export default bot => {
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.`);
e.reply(`Jamba Fähigkeitenscanner: [b]${e.args[0] || e.user.nick}[/b] ist zu ${~~(Math.random() * 100 + 1)}% unfähig.`);
}
}));