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
+2 -1
View File
@@ -6,7 +6,8 @@ module.exports = class HiCommand extends Command {
name: 'hi',
aliases: ['hello', 'hey', 'hoi', 'hola'],
group: 'single',
description: 'Hello.'
description: 'Hello.',
sendTyping: false
});
}