Even more detailes response in update

This commit is contained in:
Zeva Rose 2022-04-30 23:13:01 -06:00
parent 960fbb1c50
commit 8157106484

View file

@ -111,7 +111,7 @@ class BotutilCog(Scale):
self.bot.reload_extension(module) self.bot.reload_extension(module)
await ctx.reply(f"Updates applied! `{current_hash}` => `{remote_hash}`") await ctx.reply(f"Updates applied! `{current_hash}` => `{remote_hash}`")
else: 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: def setup(bot: Snake) -> None: