diff --git a/cogs/other.py b/cogs/other.py index a8f47db..65add35 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -913,9 +913,8 @@ class OtherCog(commands.Cog): self.bot.get_application_command("yt-dl-beta").mention, url, fmt - ) + ) ) - ) _paginator = pages.Paginator(embeds, loop_pages=True) # await ctx.delete(delay=0.1) return await _paginator.respond(ctx.interaction)