Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCos17 committed Oct 25, 2024
1 parent 77f9610 commit 8103b91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bell/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from redbot.core.bot import Red
from .bell import BellCog

async def setup(bot):
bot.add_cog(BellCog(bot))
async def setup(bot: Red):
await bot.add_cog(BellCog(bot))

0 comments on commit 8103b91

Please sign in to comment.