Hotfix for the bot not to spam the current time.
This commit is contained in:
parent
62d375de30
commit
d826ebcd06
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue