mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 15:57:54 +02:00
Add option to not send typing status
This commit is contained in:
@@ -21,6 +21,7 @@ module.exports = class Command {
|
||||
this.guarded = options.guarded || false;
|
||||
this.unknown = options.unknown || false;
|
||||
this.throttling = options.throttling || { usages: 2, duration: 5 };
|
||||
this.sendTyping = typeof options.sendTyping === 'undefined' ? true : Boolean(options.sendTyping);
|
||||
this.credit = options.credit || [];
|
||||
this.credit.push({
|
||||
name: 'Lily is Silly',
|
||||
|
||||
Reference in New Issue
Block a user