await plugin load

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

View file

@ -78,4 +78,4 @@ class ChannelControl(commands.Cog):
async def setup(bot): async def setup(bot):
bot.add_cog(ChannelControl(bot)) await bot.add_cog(ChannelControl(bot))