Skip to content

Latest commit

 

History

History
51 lines (46 loc) · 1.47 KB

README.md

File metadata and controls

51 lines (46 loc) · 1.47 KB

discordmusicbot

This is a Discord music bot written in Discord.js v13.

It's finally here!

The fully functioning 1.0 version was finally released to the world! After hours of development and bugfixing the bot is finally out of beta and ready to be used by anyone. For installation guide look at the bottom of this README.

Features:

  • playing songs by name or yt link
  • playing playlists
  • loop
  • pause/unpause
  • info about currently playing song
  • queue with a shuffling option
  • skipping & voteskipping
  • setting volume
  • multi-server support

New:

  • v1.0:
    • English language support
    • improved /help
    • multiple bug fixes
  • v0.5:
    • commands now require certain permissions
    • shuffling queue
    • skipping multiple songs with /skip and /skip-range
    • /voteskip to skip song with voting
    • minor bug fixes
  • v0.4:
    • playing playlists is out of beta
    • queue now has pages
    • minor bug fixes
  • v0.3:
    • /np fixes
    • song lyrics command
  • v0.2:
    • playing playlists (beta)
    • disconnecting from channel

How to use?

  • Install all the required packages mentioned in package.json
  • Get bot token from here
  • Create .env file and make it look like this
    TOKEN="YOUR TOKEN HERE"
    
  • start command prompt from the folder index.js is located in
  • run node index.js in your command prompt to start bot.

In case of any problems open issue or write me directly on [email protected]