Skip to content

milan090/simple-discord-music-bot

Repository files navigation

Simple Discord Music Bot

Steps to run the bot

  1. Clone the repo and cd into it.
  2. npm install to install the dependencies.
  3. Create a bot on discord developer portal and get the TOKEN.
  4. Create a new config.json file in root directory (refer example_config.json).
  5. Paste the discord TOKEN for the bot in the newly created config.json.
  6. Get the api_key(for music suggestion) from https://developer.musixmatch.com/
  7. npm start or npm dev:start(run with nodemon) to run the bot.

Testing the bot

  1. Invite the bot into a guild/server (Join our server for testing and feedback)
  2. Run the bot with npm dev:start.

Available Commands

  • ^play <SONG_NAME>
  • ^queue
  • ^skip
  • ^stop
  • ^seek 2:31
  • ^change <SONG_INDEX>:<NEW_INDEX>
  • ^suggest

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published