Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/aayush-683/brokendisc
- Owner: Aayush-683
- License: apache-2.0
- Created: 2020-12-22T13:23:10.000Z (almost 4 years ago)
- Default Branch: v2
- Last Pushed: 2024-03-15T16:19:59.000Z (8 months ago)
- Last Synced: 2024-03-15T17:42:57.291Z (8 months ago)
- Topics: discord-js, discord-music-bot, play-youtube-playlists, reactions, song, youtube
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 69
- Watchers: 5
- Forks: 69
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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