Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.25 KB

No Coding Needed Discord Music Bot

❓ Tutorial

Tutorial has been uploaded on Youtube

Watch it by clicking here

⚙ Configuration

Basic configuration

  • 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 or node src/index.js

🤝 Contributing

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/your-username/Broken-Disc.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request