Add option to not send typing status

This commit is contained in:
Dragon Fire
2025-04-13 14:28:21 -04:00
parent f35794eefc
commit c64e919c14
5 changed files with 8 additions and 4 deletions
+1
View File
@@ -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',