Async setup

This commit is contained in:
Ralph 2022-09-20 12:47:34 -04:00 committed by GitHub
parent 277eceb05c
commit 39ab83318c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,5 +77,5 @@ class ChannelControl(commands.Cog):
await ctx.send('Invalid key')
def setup(bot):
async def setup(bot):
bot.add_cog(ChannelControl(bot))