Skip to content

Commit

Permalink
[AddImage] await bot.add_cog
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustyJAID committed May 17, 2023
1 parent 58b4842 commit 246af03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addimage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
async def setup(bot):
n = AddImage(bot)
await n.initialize()
bot.add_cog(n)
await bot.add_cog(n)

0 comments on commit 246af03

Please sign in to comment.