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))