mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Set more commands to not send typing
This commit is contained in:
@@ -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."
|
||||
]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "152.5.0",
|
||||
"version": "152.5.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user