From e3f865e8ce468f52467f542cb814e6a106002b9e Mon Sep 17 00:00:00 2001 From: Nayan <33187059+GShadow5@users.noreply.github.com> Date: Mon, 25 Aug 2025 20:28:38 -0400 Subject: [PATCH] update readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7d80c5a..df7fc24 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # minecraft-server-discord-bot 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 \ No newline at end of file