This commit is contained in:
2025-10-28 17:34:32 +01:00
parent f79a27aaca
commit ed1ea1f7af
4 changed files with 35 additions and 31 deletions

View File

@@ -289,7 +289,7 @@ class BetterNetflix():
await ctx.send("```"+message_text[:cut_off_index]+"```")
await send_long_message(ctx,message_text[cut_off_index+1:])
ctx.defer()
await ctx.defer()
message_text = await self._generate_download_list()
if not message_text.startswith("```"):