Hotfix to make bot update data for each report command.

This commit is contained in:
Alex Huddleston 2020-03-26 21:14:18 -05:00
parent 391def59c2
commit 6b7b87e68c

View file

@ -11,6 +11,7 @@ async def ping(ctx):
@commands.command() @commands.command()
async def report(ctx, arg): async def report(ctx, arg):
if(arg): if(arg):
update_data()
if(arg == 'KEYS'): if(arg == 'KEYS'):
await ctx.send(covid_db.keys()) await ctx.send(covid_db.keys())
else: else: