This commit is contained in:
Flummi 2018-12-31 15:56:13 +00:00
parent 37e45711f8
commit 1956035f0d

View File

@ -439,5 +439,13 @@ export default bot => {
e.replyAction(`schiebt [b]${e.args[0] || e.user.nick}[/b] 500g dickflüssigen Quark in den soften Arsch.`);
}
}));
bot._trigger.set("shrug", new bot.trigger({
call: /^so what$/i,
set: "uwe",
f: e => {
e.replyAction("¯\\_(ツ)_/¯");
}
}));
};