All Projects → brblacky → lavamusic

brblacky / lavamusic

Licence: GPL-3.0 license
lavalink music bot base in erela.js and discord.js v13

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to lavamusic

NanoSpace
Erela.js & Discord.js@v14 (Prefix Commands!)
Stars: ✭ 59 (-71.9%)
Mutual labels:  discord-music-bot, discord-bot, discord-js, lavaplayer, lavalink, lavalink-music, lavalink-musicbot, music-bot-discord
noteblock
A open-source music bot based on lavalink.
Stars: ✭ 93 (-55.71%)
Mutual labels:  spotify, discord-music-bot, music-bot, discord-js, lavaplayer, lavalink, lavalink-musicbot, music-bot-discord
discord-lavalink-music-bot
This is music bot for discord made with erelajs, lavalink, discordjs v13-dev
Stars: ✭ 34 (-83.81%)
Mutual labels:  spotify, discord-music-bot, discord-bot, discord-js, lavalink, lavalink-musicbot, erelajs
Music-Discord-Bot
A music Discord bot with more than 30+ commands which allows to play music on your server efficiently. Supports Youtube, Spotify, Deezer and Soundcloud links. Skips intros and blanks in the music with Sponsorblock.
Stars: ✭ 57 (-72.86%)
Mutual labels:  spotify, discord-music-bot, discord-bot, lavalink, lavalink-music, lavalink-musicbot, music-bot-discord
Commando
[DEPRECATED] ⚫ Commando Discord bot built on discord.js-commando.
Stars: ✭ 78 (-62.86%)
Mutual labels:  discord-music-bot, discord-bot, music-bot, discord-js
multipurpose-bot
a multipurpose discord bot made with dbd.js
Stars: ✭ 32 (-84.76%)
Mutual labels:  discord-bot, music-bot, discord-js, music-bot-discord
Shoukaku
A featureful stable wrapper for Lavalink
Stars: ✭ 140 (-33.33%)
Mutual labels:  discord-music-bot, discord-js, lavalink, lavalink-music
Music-Slash-Bot
A music bot written in Discord.js and Distube using the slash command
Stars: ✭ 34 (-83.81%)
Mutual labels:  discord-music-bot, discord-bot, music-bot, discord-js
lavalink-music-bot-2021
Advance Discord Lavalink Music Bot With Spotify and Buttons Help Menu || Best Music Quality || Radio Commands
Stars: ✭ 26 (-87.62%)
Mutual labels:  spotify, lavalink, lavalink-musicbot
SeoaBot
The Discord bot was name Seoa
Stars: ✭ 28 (-86.67%)
Mutual labels:  discord-music-bot, music-bot, discord-js
crove-bot
Discord.js bot. Can play music from YouTube, Spotify; has many other commands such as purge, kick, 8ball, etc.
Stars: ✭ 13 (-93.81%)
Mutual labels:  discord-bot, music-bot, discord-js
Dodong
An easy-to-setup music bot made with discord.js and discord-player
Stars: ✭ 55 (-73.81%)
Mutual labels:  discord-music-bot, music-bot, discord-js
Discord-Music-Turret-Bot
A standalone Discord music bot, made with DSharpPlus, using Lavalink.
Stars: ✭ 14 (-93.33%)
Mutual labels:  discord-music-bot, music-bot, lavalink
Discord.JS-Music-Bot
A simple Discord.JS music bot using the DisTube npm Package!
Stars: ✭ 23 (-89.05%)
Mutual labels:  discord-music-bot, music-bot, discord-js
Discord Music Bot
Discord Music Bot. Play, Playlist, Welcome and Administrative commands.
Stars: ✭ 18 (-91.43%)
Mutual labels:  discord-music-bot, lavalink, lavalink-musicbot
Alexi5
A Discord Bot built using discordJS. Started as a joke for spamming memes. Branch "v2" is currently being used for active development. Hosted on Heroku.
Stars: ✭ 19 (-90.95%)
Mutual labels:  discord-music-bot, music-bot, discord-js
Laffey
An adorable lavalink discord music bot that has a lot of features inside it.
Stars: ✭ 82 (-60.95%)
Mutual labels:  discord-music-bot, lavalink, lavalink-musicbot
Lavacord
A easy to use Lavalink client that can be used with any discord api wrapper
Stars: ✭ 62 (-70.48%)
Mutual labels:  discord-js, lavalink, lavalink-music
EarTensifier
Powerful Discord music bot in over 80,000 servers. Supports playback from Youtube, Soundcloud, and Spotify.
Stars: ✭ 112 (-46.67%)
Mutual labels:  discord-music-bot, discord-bot, discord-js
hellsnakebot
🤖About A fully customizable bot built with discord.js
Stars: ✭ 14 (-93.33%)
Mutual labels:  discord-music-bot, discord-bot, discord-js

Run on Repl.it Remix on Glitch

Version Contributors Forks Stargazers Issues MIT License


Pbot-plus

lavamusic

Lavamusic is a powerful music Bot

Invite Lavamusic · Report Bug · Request Feature

📝 Tutorial

A Tutorial has been uploaded on YouTube, Watch it by clicking here

🎭 Features

  • Music
  • 24/7
  • Dj
  • Custom Playlist (global)
  • SlashCommand
  • Custom prefix
  • Filters
  • Easy to use
  • More

🖼️ Screenshots


📎 Requirements

Note: Java v11 or newer is required to run the Lavalink.jar. Java v13 is recommended. If you are using sdkman then its a manager, not Java, you have to install sdkman and use sdkman to install Java

Warning: Java v14 has issues with Lavalink.

🌐 Main

  • Discord bot's token You should know why you need this or you won't go to this repo Get or create bot here
  • Mongodb URI for custom prefix MongoDB
  • Your ID for eval command. It's dangerous if eval accessible to everyone
  • Spotify client ID for spotify support Click here to get
  • Spotify client Secret for spotify support Click here to get

🎶 Available music sources:

  • youtube*
  • bandcamp*
  • soundcloud*
  • twitch*
  • vimeo*
  • http (you can use radio for it)*
  • spotify*
  • deezer*

🚀 Installation from source

git clone https://github.com/brblacky/lavamusic.git

After cloning, run an

npm install
  • Start the bot with node index.js

to snag all of the dependencies. Of course, you need node installed. I also strongly recommend nodemon as it makes testing much easier.

🚀 Installation using docker-compose

Alternatively you can run lavamusic on docker. Pull the prebuilt docker image from here.
See here for a complete environment.

intents

When Your Running The Code You Must Have Gotten This Error To Fix This Head Over To Your Bots Discord Application and Go To The Bot Settings And Find This

Then Turn On Both Of Those Settings And Click "Save Changes" Then Your Are Done And The It Should Be Fixed

⚙️ Configurations

  • edit in src/config.js and you can do in .env
    token: process.env.TOKEN || "",  // your bot token
    prefix: process.env.PREFIX || "!", // bot prefix
    ownerID: process.env.OWNERID || "491577179495333903", //your discord id
    mongourl: process.env.MONGO_URI || "", // MongoDb URL
    embedColor: process.env.COlOR || "#303236", // embed colour
    logs: process.env.LOGS || "", // channel id for guild create and delete logs

🌋 lavalink

      "host": "disbotlistlavalink.ml",
      "port": 80,
      "password": "LAVA",
      "retryDelay": 3000,
      "secure": false
  • Create an application.yml file in your working directory and copy the example into the created file and edit it with your configuration.
  • Run the jar file by running java -jar Lavalink.jar in a Terminal window.

🌀 About

Readme Card

Lavamusic is a lavalink music bot base in erela.js If you liked this repository, feel free to leave a star to help promote !

💌 Support Server

DiscordBanner Support Server - lavamusic's Support Server Invite

Donate

By Donating, You Will Help Me To Maintain This Project

🤝 Contributing

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/your-username/lavamusic.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Stage changes git add .
  5. Commit your changes: cz OR npm run commit do not use git commit
  6. Push to the branch: git push origin my-new-feature
  7. Submit a pull request

🔐 License

Distributed under the MIT License. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].