diff --git a/assets/json/fortune.json b/assets/json/fortune.json index 934a3117..b881ba2e 100644 --- a/assets/json/fortune.json +++ b/assets/json/fortune.json @@ -118,5 +118,6 @@ "A great pleasure in life is doing what others say you can't.", "The respect of influential people will soon be yours.", "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." ] diff --git a/commands/voice/airhorn.js b/commands/voice/airhorn.js index 8dbffa2e..bbd29c41 100644 --- a/commands/voice/airhorn.js +++ b/commands/voice/airhorn.js @@ -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 diff --git a/commands/voice/animalese.js b/commands/voice/animalese.js index c3854a17..04f8727b 100644 --- a/commands/voice/animalese.js +++ b/commands/voice/animalese.js @@ -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 diff --git a/commands/voice/dec-talk.js b/commands/voice/dec-talk.js index 6b1eb33d..e70bba96 100644 --- a/commands/voice/dec-talk.js +++ b/commands/voice/dec-talk.js @@ -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 diff --git a/commands/voice/tts.js b/commands/voice/tts.js index 49680323..6c94f955 100644 --- a/commands/voice/tts.js +++ b/commands/voice/tts.js @@ -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 diff --git a/package.json b/package.json index fc16461d..86e9cd70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "152.5.0", + "version": "152.5.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {