Prepare main branch for v2.0 release
This commit is contained in:
@@ -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))
|
||||
Reference in New Issue
Block a user