Remove comments
This commit is contained in:
parent
c6b54bda37
commit
74da1235b4
|
@ -42,7 +42,7 @@ bot = discord.Bot()
|
||||||
@bot.event
|
@bot.event
|
||||||
async def on_ready():
|
async def on_ready():
|
||||||
print('We have logged in as {0.user}'.format(bot))
|
print('We have logged in as {0.user}'.format(bot))
|
||||||
#bot.loop.create_task(orario())
|
bot.loop.create_task(orario())
|
||||||
|
|
||||||
# Search on MongoDB the subject and send a message on Discord if the subject is found
|
# Search on MongoDB the subject and send a message on Discord if the subject is found
|
||||||
@tasks.loop(seconds=1)
|
@tasks.loop(seconds=1)
|
||||||
|
|
Loading…
Reference in New Issue