Skip to content

Luxxy-GF/pterodactyl-bot

Repository files navigation

Pterodactyl Bot

Pterodactyl Bot is a Discord Bot that controls pterodactyl panel

The Project is currently ongoing

Installation

Usage The Command Line to Download And install modules

git clone https://github.com/luxxy-gf/pterodactyl-bot

npm install

install pm2 to run it in the background

npm i -g pm2

{
    "bot": {
        "token": "",
        "prefix": "",
        "testguild": "",
        "owner": ""
    },
    "embed": {
        "color": "BLUE",
        "footer": "Made by @Luxxy#1337"
    },
    "panel": {
        "panelurl": "",
        "panelname": "",
        "panelapikey": "",
        "panelclientapikey": ""
    },
    "db": {}
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.