mirror of
https://github.com/LBRYFoundation/modmail-channel-control.git
synced 2025-08-23 09:37:30 +00:00
Async setup
This commit is contained in:
parent
277eceb05c
commit
39ab83318c
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue