From bdb117c232e9b518100da3b8546a1f1e39f25894 Mon Sep 17 00:00:00 2001 From: August Date: Wed, 6 May 2026 19:50:28 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 47c8eb9..fe42d51 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Playerbot is a utility to monitor the status of game servers through Discord bots. These bots provide a rich integration into your Discord server, including things like player counts, server status, game versions, and game server addresses. It's easy to configure and runs as one process. and runs as one process from one binary. +## Features + +- The bot's online presence will show online when the server is running and there are players on it, idle when the server is online but there are no players, and do not disturb if the server is offline or unreachable. +- The bot's custom status will show the player count, the maximum player count, and the server version. +- The bot will automatically register slash commands: + - `/players` displays the number of players online and, if the server supports it, will list the usernames of all players on the server. + - `/join` displays the address, or some kind of name that players can search to join the server, as well as the server's version. + ## Configuration Place a file named config.json at the current working directory.