limit tts command in length

This commit is contained in:
derpystuff 2023-05-21 00:51:26 +02:00
parent baa8e6d32b
commit 760e1167c3

View file

@ -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) => {