1
0
Fork 0
mirror of synced 2024-09-30 01:06:58 +13: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)) ctx.message.author.mention))
def setup(bot): def setup(bot):
p = Picarto(bot) p = Picarto(bot)
#config.loop.create_task(p.check_channels()) config.loop.create_task(p.check_channels())
bot.add_cog(Picarto(bot)) bot.add_cog(Picarto(bot))