- Docker
- A discord bot token
- Node.js (for development)
$ docker run --name apex-status-bot -e "token=Disord_Bot_Token_Here" -e "guild=Server_ID_Here" augusdogus/apex-status-bot:latest
$ git clone https://github.com/augusdogus/apex-status-bot
$ cd apex-status-bot
$ docker build -t apex-status-bot .
$ docker run --name apex-status-bot -e "token=Disord_Bot_Token_Here" -e "guild=Server_ID_Here" apex-status-bot:latest
This project is licensed under the MIT License - see the License file for details