diff --git a/app/cogs/cheeky_functions.py b/app/cogs/cheeky_functions.py index abaea7b2..602684ed 100755 --- a/app/cogs/cheeky_functions.py +++ b/app/cogs/cheeky_functions.py @@ -157,8 +157,13 @@ class Cheeky(commands.Cog): name="tiktok", description="Returns a god awful tts with the tiktok voice", ) - @option(name="input", required=True, description="The text you want as TTS") - async def tiktok(self, ctx: commands.Context, input): + @option( + name="input", + required=True, + description="The text you want as TTS", + max_length=300, + ) + async def tiktok(self, ctx: commands.Context, input: str): import tempfile import base64