Hotfix to make bot update data for each report command.
This commit is contained in:
parent
391def59c2
commit
6b7b87e68c
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ async def ping(ctx):
|
|||
@commands.command()
|
||||
async def report(ctx, arg):
|
||||
if(arg):
|
||||
update_data()
|
||||
if(arg == 'KEYS'):
|
||||
await ctx.send(covid_db.keys())
|
||||
else:
|
||||
|
|
Reference in a new issue