Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aayush-683/brokendisc

A discord music bot || NO CODING NEEDED!
https://github.com/aayush-683/brokendisc

discord-js discord-music-bot play-youtube-playlists reactions song youtube

Last synced: 2 days ago
JSON representation

A discord music bot || NO CODING NEEDED!

Awesome Lists containing this project

README

        

No Coding Needed Discord Music Bot

## ⚙ Configuration

Basic configuration

+ `botToken` : The token of the bot available on the [Discord Developers Portal](https://discordapp.com/developers/applications).
- `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](https://www.npmjs.org) (>= v7) to install packages

[Node JS](https://nodejs.org/en/) (>= 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](https://github.com/BlackKnight683/Broken-Disc/fork)
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