Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsmishra19/discord-music
An open-source discord music bot written in javascript
https://github.com/itsmishra19/discord-music
discord discord-bot discord-js discord-music-bot discord-player discordbot discordjs discordjs-bot discordjs-v13 lavalink lavalink-music lavalink-musicbot lavaplayer music musicbot shoukaku
Last synced: 5 days ago
JSON representation
An open-source discord music bot written in javascript
- Host: GitHub
- URL: https://github.com/itsmishra19/discord-music
- Owner: itsmishra19
- Created: 2020-02-19T11:40:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T07:11:34.000Z (about 1 year ago)
- Last Synced: 2025-01-09T15:53:08.421Z (13 days ago)
- Topics: discord, discord-bot, discord-js, discord-music-bot, discord-player, discordbot, discordjs, discordjs-bot, discordjs-v13, lavalink, lavalink-music, lavalink-musicbot, lavaplayer, music, musicbot, shoukaku
- Language: JavaScript
- Homepage:
- Size: 439 KB
- Stars: 143
- Watchers: 4
- Forks: 49
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Github Stars](https://img.shields.io/github/stars/hydrox19/discord-music?style=for-the-badge&logo=appveyor)
![GitHub issues](https://img.shields.io/github/issues-raw/hydrox19/discord-music?style=for-the-badge&logo=appveyor)# About
An open-source discord-music-bot wrriten in Javascript using Discord.js
# Features
> ✅ Easy-to-use
> ✅ Stable
> ✅ Slash Commands
> ✅ Open Source
> ✅ Good music commands# Installation
Recommended version Node.js 16.6.x> To install all the packages just use:
> ```bash
> npm install
> ```# Lavalink Installation
> Host the instance of [Lavalink](https://github.com/freyacodes/Lavalink/tree/dev), You can download the binaries from the [CI Server](https://ci.fredboat.com/viewType.html?buildTypeId=Lavalink_Build&branch_Lavalink=refs%2Fheads%2Fdev&tab=buildTypeStatusDiv)
> For running your lavalink you must install Java 13
> And after installing run the lavalink server
> ```bash
> java -jar Lavalink.jar
> ```# Configuring credentials
> For configuring the credentials checkout `.env_example` and rename it to `.env` instead
> And fill your bot token
> And for lavalink credentials rename `lavalink-config-example.js` to `lavalink-config.js`
> After that put your lavalink details in there# Run
> For running the bot:
> ```bash
> npm run start
> ```