Code Monkey home page Code Monkey logo

alex-music-bot's Introduction

Alex-Music-Bot

๐Ÿ˜€ An advanced Discord.js Music Bot, which connects via Lavalink and erela.js! Including Slash-Commands and a Dj System!!

๐Ÿ“ฉ Support Server: Click Here
๐ŸŽต Play and Listen to Alex Music Bot in the Support Server or Click Here to add it into your server.

Let me explain about the bot

โœ… The bot has unique interface which is easy to understand.

โœ… The help command is designed in a way such that any discord user can access the commands easily

Help Command

โœ… There is a special profile command which shows some stats of the user and has access to add badges in Achievements category

Profile Command

โœ… There is a vote for premium feature and patreon premium too!

โœ… There are many filter commands to heat up the music experience

โœ… To maintain and manage the clusters, we use discord-hybrid-sharding

โœ… The setprefix command allows user to change the prefix for the bot according to their convinience

โœ… To maintain premium and validity we have provided some owner comamnds

โœ… A command named partners allows bot owners to showcase their bot partners which automatically provides permanent premium

โœ… The bot has 24/7 feature so it stays in vc as long as the hosting runs

โœ… For highlighting premium we made filters and some other commands as premium-only-accessible

โœ… Our play embed is one of the most attractive interface with button commands

Play Command

Bugs & Issues

โŒ Songs are playing inaccurate because of api errors

โŒ Bot is unable to load playlists from spotify

Config & Bot Startup

โš™๏ธ Go to config.json


{
  "token": "YOUR_BOT_TOKEN",  
  "mongourl": "MONGO_URL",
  "embedColor": "HEX_CODE",
  "prefix": "YOUR_BOT_PREFIX",
  "nodes": [
    {
      "host": "LAVALINK_IP",
      "port": 80,
      "password": "Lavalink password",
      "retryDelay": 10000,
      "secure": false
    }
  ]
}

โš™๏ธ Also dont forget to edit src/commands/music/play.js & src/commands/owner/aup.js


const clientID = "Spotify_ClientId";
const secretKey = "Spotify_Secret";

const web = new WebhookClient({ url: 'your_webhook_link' }); 

โ„น๏ธ Secure Should be False if Your are using local lavalink. If Your node is using ssl keep it to true.

๐Ÿ”‘ To run the Bot just type node .

To Run it using pm2 pm2 start alex-music-bot.js

About & Info

๐Ÿ“… Creation Date: Monday, 08 May 2023
๐Ÿชช Team: S A R K A R#2388,SuDheeR โš’#0335,- KaRthiK#3858

Reference

๐Ÿ—Ž Erela Docs: https://erelajs-docs.netlify.app/guides/introduction.html

alex-music-bot's People

Contributors

saisurajch avatar

Forkers

narutokun69

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.