1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Correct class to call in setup

This commit is contained in:
Phxntxm 2017-04-30 18:58:14 -05:00
parent 863903c765
commit cc6c867306

View file

@ -205,4 +205,4 @@ class Images:
return
def setup(bot):
bot.add_cog(Stats(bot))
bot.add_cog(Images(bot))