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: