Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amir-78/dmusic
Discord Music Bot (Supports Youtube Only!)
https://github.com/amir-78/dmusic
discord discord-music discord-music-bot discord-music-player discord-musicbot discord-voice discord-voice-bot discord-youtube discordjs discordjs-13 discordjs-bot music music-bot youtube-music
Last synced: 21 days ago
JSON representation
Discord Music Bot (Supports Youtube Only!)
- Host: GitHub
- URL: https://github.com/amir-78/dmusic
- Owner: Amir-78
- Created: 2021-10-04T13:54:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-16T17:54:13.000Z (over 2 years ago)
- Last Synced: 2023-03-05T09:23:25.212Z (almost 2 years ago)
- Topics: discord, discord-music, discord-music-bot, discord-music-player, discord-musicbot, discord-voice, discord-voice-bot, discord-youtube, discordjs, discordjs-13, discordjs-bot, music, music-bot, youtube-music
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DMusic
**DMusic** is a discord bot coded with `discord.js v13` Library.
## Installation
Use the package manager [npm](https://www.npmjs.com/) to install required packages.
```bash
git clone https://github.com/Amir-78/DMusic
cd DMusic
npm install
```## FFMPEG Installation
```bash
sudo apt-get install ffmpeg # ffmpeg debian/ubuntu
npm install ffmpeg-static # ffmpeg windows
```
## Usage- **`config.json`**
```json
{
"BOT_TOKEN": "YOUR_BOT_TOKEN",
"BOT_PREFIX": "=",
"BOT_LISTENING_TITLE" : "Between the Bars",
"YT_API_KEYS": ["",""],
"DEVELOPER_ID": "",
"CODE_VERSION": "1.0.0"
}
```
- `BOT_TOKEN` : **Your bot token**
- `BOT_PREFIX` : **Your bot prefix**
- `BOT_LISTENING_TITLE` : **Listening status title**
- `YT_API_KEYS` : **Youtube API Keys** ( For better result, use more than one from different projects, [Click Here](https://developers.google.com/youtube/v3/getting-started))## Commands:
**`help`,`play`,`pause`,`resume`,`stop`,`replay`,`queue`,`loop`,`np`,`volume`,`move`,`remove`,`lyrics`,`skip`, `search`,`clear`**## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## License
[MIT](https://github.com/Amir-78/DMusic/blob/add-license-1/LICENSE)