mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add flag help stuff
This commit is contained in:
@@ -10,6 +10,7 @@ module.exports = class Command {
|
||||
this.memberName = options.memberName.toLowerCase();
|
||||
this.description = options.description;
|
||||
this.details = options.details || null;
|
||||
this.flags = options.flags || [];
|
||||
this.args = options.args ? options.args.map(arg => new Argument(client, arg)) : [];
|
||||
this.clientPermissions = options.clientPermissions || [];
|
||||
this.userPermissions = options.userPermissions || [];
|
||||
|
||||
Reference in New Issue
Block a user