Basic configuration
botToken: The token of the bot available on the Discord Developers Portal.
supportServer: The discord support server link.
owners: An array of owner ids, Ex:"owners": ["12345678901234"].
To use the project correctly you will need some tools.
NPM (>= v7) to install packages
Node JS (>= v16.6) for environment
Run the following to start the bot
npm installnpm startornode src/index.js
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/Broken-Disc.git - Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request