From 6b7b87e68c4e7d1ac4bb1b7c2ae218f912b1bf94 Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Thu, 26 Mar 2020 21:14:18 -0500 Subject: [PATCH] Hotfix to make bot update data for each report command. --- lib/covidBot.py | 1 + 1 file changed, 1 insertion(+) 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: