Hotfix for the bot not to spam the current time.

This commit is contained in:
Alex Huddleston 2020-03-26 00:08:46 -05:00
parent 62d375de30
commit d826ebcd06

View file

@ -21,6 +21,4 @@ async def background_task(client):
await channel.send('Daily report from: https://www.worldometers.info/coronavirus/')
await channel.send(get_covid_data('USA'))
await channel.send(get_covid_data('TOTAL'))
await channel.send(str(
datetime.now(timezone('US/Central')).time()).split(':')[:-1])
await sleep(60)