diff --git a/channel-control/channel-control.py b/channel-control/channel-control.py index 9a7bce2..c5b8b8b 100644 --- a/channel-control/channel-control.py +++ b/channel-control/channel-control.py @@ -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))