BrokenDisc
BrokenDisc copied to clipboard
A discord music bot || NO CODING NEEDED!
No Coding Needed Discord Music Bot
❓ Tutorial
Tutorial has been uploaded on Youtube
Watch it by clicking here
⚙ Configuration
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"]
.
📑 Installation
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 install
-
npm start
ornode src/index.js
🤝 Contributing
- 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