Skip to content

Aayush-683/BrokenDisc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No Coding Needed Discord Music Bot

⚙ 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