Discord lol

This commit is contained in:
Flummi
2018-02-27 09:24:32 +01:00
parent 674ffeecf5
commit e99f318125
5 changed files with 110 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ function trigger(args) {
this.help = args.help || false;
this.level = args.level || 0;
this.active = args.hasOwnProperty("active") ? args.active : true;
this.clients = args.clients || ["irc", "tg"];
this.clients = args.clients || ["irc", "tg", "discord"];
this.f = args.f;
}