diff --git a/channel-control/channel-control.py b/channel-control/channel-control.py index c5b8b8b..e8e1216 100644 --- a/channel-control/channel-control.py +++ b/channel-control/channel-control.py @@ -78,4 +78,4 @@ class ChannelControl(commands.Cog): async def setup(bot): - bot.add_cog(ChannelControl(bot)) + await bot.add_cog(ChannelControl(bot))