From 2f588923471c73638c116cf7e096bcdb7bdeef08 Mon Sep 17 00:00:00 2001 From: apmapmapm Date: Tue, 24 Oct 2023 15:44:17 +0800 Subject: [PATCH] better message --- mastermelon/console_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mastermelon/console_commands.py b/mastermelon/console_commands.py index fa2bc95..d6c3d54 100644 --- a/mastermelon/console_commands.py +++ b/mastermelon/console_commands.py @@ -118,6 +118,7 @@ async def showconsole(ctx, i, host, screen, port): async def servupload(ctx,serverid): servers = getservers() + await ctx.channel.send("Uploading plugins...", delete_after=3) try: i,host,screen,port,loc = servers[serverid] # add logic here to upload the files to the servers