A simple Discord bot which tracks the current map of game servers
10K+
A simple Discord bot which tracks the current map of game servers.
You can click the badge above to add the bot to your Discord server.
| Command | Description | Usage |
|---|---|---|
| !addserver | Add a game server to the tracking list | !addserver <game type> <host>:<port> [color hex code] |
| !delserver | Remove a game server from the tracking list | !delserver <host>:<port> |
| !listserver | List all game servers in the tracking list | !listserver |
Click here to view all supported game type
You can send commands through private message to tell the bot to notify you when a game server changed to certain map.
| Command | Description | Usage |
|---|---|---|
| !addmention | Add a mention request to your list | !addmention <game type> <host>:<port> <map> [color hex code] |
| !delmention | Remove a mention request in your list | !delmention <host>:<port> <map> |
| !listmention | List all your mention requests | !listmention |
Click here to view all supported game type
* You can use * to match any tailing string for <map>. For example: ze_ff* will match all FF maps.
The following instruction is for the one who wants to host your own bot instance on your own computer.
.env.example to .envAUTH_TOKEN in .envyarn start or npm startDefault user ID is 1001
chown 1001:1001 /some/dir/.env
chown 1001:1001 /some/dir/db
docker run -d \
-v /some/dir/.env:/app/.env \
-v /some/dir/db:/app/db \
brian9206/gamesyncbot
Content type
Image
Digest
Size
355.3 MB
Last updated
almost 7 years ago
docker pull brian9206/gamesyncbot