From e71df2ef10d11588fd3385fa2ca144545ef1fc39 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Sat, 30 Apr 2022 23:09:25 -0600 Subject: [PATCH] Update update command --- jarvis/cogs/botutil.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jarvis/cogs/botutil.py b/jarvis/cogs/botutil.py index a02c1f8..4b0149b 100644 --- a/jarvis/cogs/botutil.py +++ b/jarvis/cogs/botutil.py @@ -107,6 +107,9 @@ class BotutilCog(Scale): self.bot.reload_extension(module) elif any(new_args[x] != y for x, y in old_args): self.bot.reload_extension(module) + await ctx.reply("Updates applied!") + else: + await ctx.reply("No updates to apply") def setup(bot: Snake) -> None: