Even more detailes response in update
This commit is contained in:
parent
960fbb1c50
commit
8157106484
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue