/pterodactyl-discord-bot

This bot is a system that runs on Discord and is used to monitor the status of servers using Pterodactyl. It collects and visualizes information using Pterodactyl APIs to show the performance of servers on Discord.

Primary LanguageJavaScriptMIT LicenseMIT

Pterodactyl Discord Status (User Servers)

  • This bot is a system that runs on Discord and is used to monitor the status of servers using Pterodactyl. It collects and visualizes information using Pterodactyl APIs to show the performance of servers on Discord.

Images

Setup

  1. Clone or download the project.
  2. Install the required modules:
npm install
  1. Edit config.js and add your Discord bot token and Pterodactyl API key:
  • api: Example https://panel.rasbyte.net/api/ (You need to put a slash at the end)
  • key: The api key you created from the panel
  • bot.channels.status: Channel id where statuses will be discarded
  • filteredServers: Name of the server you do not want to appear on the channel
  1. Run it: node index.js

Contribution

If you have found a bug or would like to contribute to the development, please open an Issue or submit a Pull Request.

License

This project is licensed under the MIT License.