Skip to content

Commit f8d63b1

Browse files
committed
Rephrase stopserver
1 parent f85e8ea commit f8d63b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async def startserver(ctx):
5050
@commands.has_role('MR GM')
5151
async def stopserver(ctx):
5252
os.system(os.getenv('SERVER_PATH') + "Stop_Server.bat")
53-
print('[%s][%s] has started the Server' % (now,ctx.message.author))
54-
await ctx.send('[%s] has started the Server' % (ctx.message.author))
53+
print('[%s][%s] has stopped the Server' % (now,ctx.message.author))
54+
await ctx.send('[%s] has stopped the Server' % (ctx.message.author))
5555

5656
bot.run(os.getenv('TOKEN'))

0 commit comments

Comments
 (0)