From 81571064848520f84ddf0c9d832020baf99976ed Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Sat, 30 Apr 2022 23:13:01 -0600 Subject: [PATCH] Even more detailes response in update --- 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 38ddaf9..75afd58 100644 --- a/jarvis/cogs/botutil.py +++ b/jarvis/cogs/botutil.py @@ -111,7 +111,7 @@ class BotutilCog(Scale): self.bot.reload_extension(module) await ctx.reply(f"Updates applied! `{current_hash}` => `{remote_hash}`") else: - await ctx.reply("No updates to apply") + await ctx.reply(f"No updates to apply. `{current_hash}` == `{remote_hash}`") def setup(bot: Snake) -> None: