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.",
|
"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."
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user