From 14740fe390e42ae2cf1616d38bf1e857dc00f97a Mon Sep 17 00:00:00 2001 From: nex Date: Mon, 28 Aug 2023 19:53:49 +0100 Subject: [PATCH] fix bot lol --- cogs/other.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)