feat: discord.py 2.0 compat

This commit is contained in:
Seaswimmer 2023-08-07 17:56:19 -04:00
parent 09bdf4768e
commit 34a9759a67
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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))