Prepare main branch for v2.0 release

This commit is contained in:
2022-11-09 14:10:46 +01:00
parent d76aac181b
commit fba7cd3d75
11 changed files with 103 additions and 91 deletions

View File

@@ -22,5 +22,5 @@ class Moderator(commands.Cog):
log.info(f'module active')
def setup(bot):
bot.add_cog(Moderator(bot))
async def setup(bot):
await bot.add_cog(Moderator(bot))