🛠️Set up
The Discord Integration Addon will allow you to see, log and reply StaffChat and Helpop Messages directly from Discord. Offering a faster support for users.
Linux Standalone setup
You will need to have installed Node.JS v18 or higher in order to run it.
You can install node using this command:
curl https://deb.nodesource.com/setup_18.x | bash
apt install -y nodejsAfter that, unzip the compressed addon and copy the example config to a new file.
cp config.yml.example config.ymlThen, edit the config file as you like and install all the dependencies that the bot needs to run:
npm installAfter that you can run the bot using the following command:
node index.jsPterodactyl Setup
You can use this egg for that: https://github.com/YajTPG/pterodactyl-eggs/blob/universal/egg-node-j-s--universal.json
That egg allows you to install and execute the bot. Remember to set the docker image to Node v18
Last updated
Was this helpful?