This bot was designed by the DaryNodes dev team for support on the official DaryNodes discord server.
- clone the repository:
git clone https://github.com/DaryNode/DaryNode-Support.git
- Install the requirments:
pip install -r requirements.txt
- configuration (Find config instructions below!):
cp config.example.json config.json
- Run the bot:
python3 bot.py
Bot congiguration is done in the config.json file.
token
: The bot token from discord, learn how to get it here
prefix
: The prefix for the bot, this is the command that the bot will listen to.
mongoDB_connection_url
: The url to the mongoDB database.
mongoDB_database_name
: The name of the database on mongodb(database needs to have a few things preconfigured, I will add that info soon).
pterodactyl_url
: The url to the pterodactyl panel. (eg. https://panel.pterodactyl.io)
pterodactyl_client_api_key
: An API key generated by admin user.
Will add this soon