Fixed some bugs

This commit is contained in:
Choco
2023-05-27 21:04:04 +08:00
parent d4de1ac196
commit 0fb331d3f4
6 changed files with 11 additions and 12 deletions

View File

@@ -779,6 +779,5 @@ class Basic(commands.Cog):
await ctx.send(embed=embed)
async def setup(bot: commands.Bot) -> None:
await bot.add_cog(Basic(bot))