Skip to content

Commit

Permalink
better message
Browse files Browse the repository at this point in the history
  • Loading branch information
apmapmapm committed Oct 24, 2023
1 parent 95a551c commit 2f58892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mastermelon/console_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f58892

Please sign in to comment.