shrug
This commit is contained in:
parent
37e45711f8
commit
1956035f0d
|
@ -440,4 +440,12 @@ export default bot => {
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
bot._trigger.set("shrug", new bot.trigger({
|
||||||
|
call: /^so what$/i,
|
||||||
|
set: "uwe",
|
||||||
|
f: e => {
|
||||||
|
e.replyAction("¯\\_(ツ)_/¯");
|
||||||
|
}
|
||||||
|
}));
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user