Skip to content

pterodactyl-installer/bird-bot

Repository files navigation

bird-bot

GitHub Workflow Status Docker Cloud Build Status

Discord bot for the Pterodactyl Installation Script Discord server!

Docker image

We provide an easy-to-use docker-compose.yml file. Just install docker and docker-compose. Then fill in the env variables in the docker-compose.yml file and run docker-compose up -d

Requirements

Nodejs v12.0.0 or newer is recommended. You can install that using: (If you can't use Nodejs 12 or newer you can compile with a lower target version)

curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs

Manual Installation

git clone https://github.com/pterodactyl-installer/bird-bot.git
npm i --production
npm run build && npm run configure

Configuration

Triggers are defined in src/triggers.js. After editing triggers you will need to recompile with npm run build For all the other things you will be prompted automatically.

About

Another bot for the Pterodactyl Installation Script Discord server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published