mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add a bunch of report shortcut subcommands
This commit is contained in:
@@ -19,6 +19,7 @@ module.exports = class Command {
|
||||
this.guildOnly = options.guildOnly || false;
|
||||
this.game = options.game || false;
|
||||
this.guarded = options.guarded || false;
|
||||
this.hidden = options.hidden || false;
|
||||
this.unknown = options.unknown || false;
|
||||
this.throttling = options.throttling || { usages: 2, duration: 5 };
|
||||
this.sendTyping = typeof options.sendTyping === 'undefined' ? true : Boolean(options.sendTyping);
|
||||
|
||||
Reference in New Issue
Block a user