1
0
Fork 0
mirror of synced 2024-06-28 03:00:55 +12:00

Added the ability to add a picarto url, and view stats about one

This commit is contained in:
Phxntxm 2016-08-08 16:28:32 -05:00
parent 4a551a4258
commit 0eee1bf40b

View file

@ -85,5 +85,5 @@ class Picarto:
def setup(bot):
p = Picarto(bot)
config.loop.create_task(p.checkChannels())
#config.loop.create_task(p.check_channels())
bot.add_cog(Picarto(bot))