feat: discord.py 2.0 compat
This commit is contained in:
parent
09bdf4768e
commit
34a9759a67
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
from .sugoncredit import SugonCredit
|
||||
|
||||
|
||||
def setup(bot):
|
||||
bot.add_cog(SugonCredit(bot))
|
||||
async def setup(bot):
|
||||
await bot.add_cog(SugonCredit(bot))
|
||||
|
|
Loading…
Reference in a new issue