mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
limit tts command in length
This commit is contained in:
parent
baa8e6d32b
commit
760e1167c3
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module.exports = {
|
||||||
description: 'Text',
|
description: 'Text',
|
||||||
type: ApplicationCommandOptionTypes.STRING,
|
type: ApplicationCommandOptionTypes.STRING,
|
||||||
required: true,
|
required: true,
|
||||||
maxLength: 256
|
maxLength: 100
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
run: async (context, args) => {
|
run: async (context, args) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue