help system
This commit is contained in:
@@ -56,6 +56,7 @@ read().then(() => {
|
||||
|
||||
function trigger(args) {
|
||||
this.call = args.call;
|
||||
this.help = args.help || false;
|
||||
this.level = args.level || 0;
|
||||
this.active = args.hasOwnProperty("active") ? args.active : true;
|
||||
this.clients = args.clients || ["irc", "tg"];
|
||||
|
Reference in New Issue
Block a user