Remove comments

This commit is contained in:
Stefano Assenzo 2023-01-29 14:36:59 +00:00 committed by GitHub
parent c6b54bda37
commit 74da1235b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ bot = discord.Bot()
@bot.event
async def on_ready():
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
@tasks.loop(seconds=1)