From c5d228973e80c76bdcec9fe58a57a33d1462b1b3 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Sun, 1 May 2022 15:10:43 -0600 Subject: [PATCH] Fix update command --- jarvis/cogs/botutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/cogs/botutil.py b/jarvis/cogs/botutil.py index 5b60d2c..45a0817 100644 --- a/jarvis/cogs/botutil.py +++ b/jarvis/cogs/botutil.py @@ -77,7 +77,7 @@ class BotutilCog(Scale): @msg_command(name="update") async def _update(self, ctx: MessageContext) -> None: - status = update(self.bot, self.logger) + status = await update(self.bot, self.logger) if status: console = Console() with console.capture() as capture: