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

Uncommented the check to see if someone has gone online

This commit is contained in:
Phxntxm 2016-08-08 17:26:44 -05:00
parent 9abe4f1d00
commit 8b6aea195f

View file

@ -194,5 +194,5 @@ class Picarto:
ctx.message.author.mention))
def setup(bot):
p = Picarto(bot)
#config.loop.create_task(p.check_channels())
config.loop.create_task(p.check_channels())
bot.add_cog(Picarto(bot))