Set more commands to not send typing

This commit is contained in:
lilyissillyyy
2025-07-31 00:05:29 -04:00
parent 85b06c3dbc
commit 11bbd3c93a
6 changed files with 7 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ module.exports = class AirhornCommand extends Command {
group: 'voice',
description: 'Plays an airhorn sound in a voice channel.',
guildOnly: true,
sendTyping: false,
throttling: {
usages: 2,
duration: 10
+1
View File
@@ -21,6 +21,7 @@ module.exports = class AnimaleseCommand extends Command {
group: 'voice',
description: 'Makes animalese based on text.',
guildOnly: true,
sendTyping: false,
throttling: {
usages: 2,
duration: 10
+1
View File
@@ -17,6 +17,7 @@ module.exports = class DECTalkCommand extends Command {
group: 'voice',
description: 'The world\'s best Text-to-Speech.',
guildOnly: true,
sendTyping: false,
throttling: {
usages: 2,
duration: 10
+1
View File
@@ -14,6 +14,7 @@ module.exports = class TtsCommand extends Command {
group: 'voice',
description: 'Say the text you provide in the accent you choose.',
guildOnly: true,
sendTyping: false,
throttling: {
usages: 2,
duration: 10