oopsie woopsie

This commit is contained in:
Flummi 2018-12-31 15:57:38 +00:00
parent 1956035f0d
commit 35bd311c85

View File

@ -444,7 +444,7 @@ export default bot => {
call: /^so what$/i, call: /^so what$/i,
set: "uwe", set: "uwe",
f: e => { f: e => {
e.replyAction("¯\\_(ツ)_/¯"); e.reply("¯\\_(ツ)_/¯");
} }
})); }));