update readme

This commit is contained in:
Nayan
2025-08-25 20:28:38 -04:00
parent feb4548cfd
commit e3f865e8ce

View File

@@ -1,3 +1,17 @@
# minecraft-server-discord-bot # minecraft-server-discord-bot
A simple discord bot written in python for managing multiple minecraft servers through the same discord server. A simple discord bot written in python for managing multiple minecraft servers through the same discord server.
!list - Lists currently running server and available servers
!startserver [server name] - Starts a server
!stopserver [force] - Stops the currently running server
!say [message] - Sends a message to the currently running server
!command [command] - Sends a command to the currently running server
!botstop - Stops the bot
Add currently running server variable
Add running server check to prevent multiple servers running
Add list command to see currently running servers
Add server stop command
Add server say command
Add server message passthrough