diff --git a/lib/covidBot.py b/lib/covidBot.py index 2aaa0e8..d7d778d 100644 --- a/lib/covidBot.py +++ b/lib/covidBot.py @@ -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: