Update update command

This commit is contained in:
Zeva Rose 2022-04-30 23:09:25 -06:00
parent dc47a44650
commit e71df2ef10

View file

@ -107,6 +107,9 @@ class BotutilCog(Scale):
self.bot.reload_extension(module)
elif any(new_args[x] != y for x, y in old_args):
self.bot.reload_extension(module)
await ctx.reply("Updates applied!")
else:
await ctx.reply("No updates to apply")
def setup(bot: Snake) -> None: