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
+2 -1
View File
@@ -118,5 +118,6 @@
"A great pleasure in life is doing what others say you can't.", "A great pleasure in life is doing what others say you can't.",
"The respect of influential people will soon be yours.", "The respect of influential people will soon be yours.",
"The project you have in mind will soon gain momentum.", "The project you have in mind will soon gain momentum.",
"You will enjoy doing something fun this coming weekend." "You will enjoy doing something fun this coming weekend.",
"You will make change for the better."
] ]
+1
View File
@@ -12,6 +12,7 @@ module.exports = class AirhornCommand extends Command {
group: 'voice', group: 'voice',
description: 'Plays an airhorn sound in a voice channel.', description: 'Plays an airhorn sound in a voice channel.',
guildOnly: true, guildOnly: true,
sendTyping: false,
throttling: { throttling: {
usages: 2, usages: 2,
duration: 10 duration: 10
+1
View File
@@ -21,6 +21,7 @@ module.exports = class AnimaleseCommand extends Command {
group: 'voice', group: 'voice',
description: 'Makes animalese based on text.', description: 'Makes animalese based on text.',
guildOnly: true, guildOnly: true,
sendTyping: false,
throttling: { throttling: {
usages: 2, usages: 2,
duration: 10 duration: 10
+1
View File
@@ -17,6 +17,7 @@ module.exports = class DECTalkCommand extends Command {
group: 'voice', group: 'voice',
description: 'The world\'s best Text-to-Speech.', description: 'The world\'s best Text-to-Speech.',
guildOnly: true, guildOnly: true,
sendTyping: false,
throttling: { throttling: {
usages: 2, usages: 2,
duration: 10 duration: 10
+1
View File
@@ -14,6 +14,7 @@ module.exports = class TtsCommand extends Command {
group: 'voice', group: 'voice',
description: 'Say the text you provide in the accent you choose.', description: 'Say the text you provide in the accent you choose.',
guildOnly: true, guildOnly: true,
sendTyping: false,
throttling: { throttling: {
usages: 2, usages: 2,
duration: 10 duration: 10
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiao", "name": "xiao",
"version": "152.5.0", "version": "152.5.1",
"description": "Your personal server companion.", "description": "Your personal server companion.",
"main": "Xiao.js", "main": "Xiao.js",
"scripts": { "scripts": {