Jamba Arschlochscanner
This commit is contained in:
parent
b4514b6682
commit
38fc17e74c
|
@ -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.`);
|
||||||
|
}
|
||||||
|
}));
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user