From 760e1167c3b7dd6155bb181d4cbf1d9f6ef4518f Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sun, 21 May 2023 00:51:26 +0200 Subject: [PATCH] limit tts command in length --- commands/interaction/subcommands/tts/tiktok.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/interaction/subcommands/tts/tiktok.js b/commands/interaction/subcommands/tts/tiktok.js index caf8899..90779ac 100644 --- a/commands/interaction/subcommands/tts/tiktok.js +++ b/commands/interaction/subcommands/tts/tiktok.js @@ -23,7 +23,7 @@ module.exports = { description: 'Text', type: ApplicationCommandOptionTypes.STRING, required: true, - maxLength: 256 + maxLength: 100 } ], run: async (context, args) => {