Skip to content

DaryNodes/DaryNode-Support

Repository files navigation

DaryNode Support Bot

This bot was designed by the DaryNodes dev team for support on the official DaryNodes discord server.

Installation instructions

  1. clone the repository:
    git clone https://github.com/DaryNode/DaryNode-Support.git
  2. Install the requirments:
    pip install -r requirements.txt
  3. configuration (Find config instructions below!):
    cp config.example.json config.json
  4. Run the bot:
    python3 bot.py

Configuration

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.

Contributing:

Will add this soon

Packages

No packages published

Languages