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

View File

@ -440,4 +440,12 @@ export default bot => {
} }
})); }));
bot._trigger.set("shrug", new bot.trigger({
call: /^so what$/i,
set: "uwe",
f: e => {
e.replyAction("¯\\_(ツ)_/¯");
}
}));
}; };