From e32ef6d278aee20471b3b7c5d15c63601da7cdab Mon Sep 17 00:00:00 2001 From: Syunngiku0402 Date: Tue, 22 Oct 2024 00:22:37 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=AE=E6=AD=A32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cogs/cybase64.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/cybase64.py b/cogs/cybase64.py index 8f1ca1e..ad37415 100644 --- a/cogs/cybase64.py +++ b/cogs/cybase64.py @@ -56,4 +56,4 @@ async def cybase64(self, interaction: discord.Interaction, text: str): async def setup(bot: commands.Bot): await bot.add_cog(CYbase64(bot)) - bot.add_view(UrlView()) + bot.add_view(UrlView(bot.tree))