Skip to content

Commit

Permalink
load fix
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-zaidali committed Oct 1, 2023
1 parent 166efea commit 7b3cee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timer/__init__.py
Expand Up @@ -8,4 +8,4 @@


async def setup(bot):
await bot.add_cog(await Timer.initialize(bot))
await bot.add_cog(Timer(bot))

0 comments on commit 7b3cee7

Please sign in to comment.