Prepare main branch for v2.0 release
This commit is contained in:
@@ -44,5 +44,5 @@ class Games(commands.Cog):
|
||||
log.info(f'module active')
|
||||
|
||||
|
||||
def setup(bot):
|
||||
bot.add_cog(Games(bot))
|
||||
async def setup(bot):
|
||||
await bot.add_cog(Games(bot))
|
||||
Reference in New Issue
Block a user