A Discord Bot connected to your Pterodactyl API.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update readme

authored by

cosmeak and committed by
Cosmeak
1ab4ce7e 721fa34c

+2 -2
+2 -2
README.md
··· 4 4 We decide to use only the Client part of the API to avoid potential big mistake like delete a server. 5 5 6 6 ## Bot Features 7 - It can actually: 7 + It can currently: 8 8 - [x] `/servers` - Show informations about servers 9 9 - [x] `/server {identifier}` - Show informations about a specific server 10 10 - [x] `/power {identifier} {state}` - Provide a way to change server state (start, stop, kill, restart) ··· 13 13 - [x] `/backups {identifier}` - Show all backups for a server 14 14 - [x] `/create-backup {identifier}` - Create a new backup for a server 15 15 16 - <small style="color:slategray;">👑: only for admins</small> 16 + <small>👑: only for admins</small> 17 17 18 18 ## How to Install and Run the Project 19 19 In a first time you need to duplicate and rename `.env.example`to `.env` and complete necessary variables.