Skip to content

Commit

Permalink
微修正2
Browse files Browse the repository at this point in the history
  • Loading branch information
Syunngiku0402 committed Oct 21, 2024
1 parent 9e8b0e5 commit e32ef6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/cybase64.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit e32ef6d

Please sign in to comment.