Update update command
This commit is contained in:
parent
dc47a44650
commit
e71df2ef10
1 changed files with 3 additions and 0 deletions
|
@ -107,6 +107,9 @@ class BotutilCog(Scale):
|
||||||
self.bot.reload_extension(module)
|
self.bot.reload_extension(module)
|
||||||
elif any(new_args[x] != y for x, y in old_args):
|
elif any(new_args[x] != y for x, y in old_args):
|
||||||
self.bot.reload_extension(module)
|
self.bot.reload_extension(module)
|
||||||
|
await ctx.reply("Updates applied!")
|
||||||
|
else:
|
||||||
|
await ctx.reply("No updates to apply")
|
||||||
|
|
||||||
|
|
||||||
def setup(bot: Snake) -> None:
|
def setup(bot: Snake) -> None:
|
||||||
|
|
Loading…
Add table
Reference in a new issue