This commit is contained in:
Flummi
2018-02-27 17:52:18 +01:00
parent e99f318125
commit 70ce50fc9b
2 changed files with 19 additions and 3 deletions

View File

@ -11,7 +11,7 @@ export default bot => {
bot._trigger.set("cfg", new bot.trigger({
call: /^\!cfg/i,
level: 100,
clients: ["irc"],
clients: ["irc", "discord"],
f: e => {
let args = e.message.substring(5);
let opts = {};