A Discord Bot connected to your Pterodactyl API.

docs: update reade

authored by cosmeak.dev and committed by

GitHub 42881bdb 4316d1b8

+3 -2
+3 -2
README.md
··· 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) 11 11 - [x] `/send {identifier} {command}` - Send a command to a server 12 - - [x] `/safemode` ๐Ÿ‘‘ - Stop, Kill and backups servers from lists 12 + - [ ] `/safemode` ๐Ÿ‘‘ - Stop, Kill and backups servers from lists 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 - [x] `/help` - Show information about all available commands 16 + - [ ] `/add-key` - Add your api key to access your server information (only in bot private messages) 16 17 17 18 <small>๐Ÿ‘‘: only for admins</small> 18 19 ··· 40 41 41 42 In other hand, eslint check all code you write here, remember to check what you are doing with `yarn lint` and if you have some errors / warnings, it can be resolved with the `yarn lint:fix` command to simplify your life. 42 43 43 - Happy coding everyone and see you on discord. ๐Ÿ‘‹ 44 + Happy coding everyone and see you on discord. ๐Ÿ‘‹