From 6614accb1de89457b00947b6e6e1123ed6b97ccf Mon Sep 17 00:00:00 2001 From: Specoolazius Date: Sun, 3 Apr 2022 08:50:19 +0200 Subject: [PATCH] removed starting update message --- bot/extensions/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/extensions/admin.py b/bot/extensions/admin.py index 6f9f053..4e94652 100644 --- a/bot/extensions/admin.py +++ b/bot/extensions/admin.py @@ -26,7 +26,7 @@ class Admin(discord.Cog): @__dev_group.command(name='update') async def __update_bot(self, ctx: discord.ApplicationContext) -> None: - await ctx.respond('starting update...') + await ctx.defer() if 0 == await self.bot.execute_shell('update.sh'): await ctx.respond('Updated bot from https://github.com/Specoolazius/mcserver-discordbot\n'