MsVoxxie / discord-music-bot

Very simple discord music bot with the discordjs.guide command handler for easy learning and adapting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple discord music bot

Very simple discord music bot with the discordjs.guide command handler for easy learning and adapting.

Install

npm install
# or
yarn

Usage

Copy/Rename the .env_example to .env and fill out the values:

DISCORD_TOKEN=
DISCORD_PREFIX=

Features

  • discordjs.guide like commmand handler, easy for learning!
  • Queue system
  • Volume control
  • Pause/Resume

Contributing

  1. Fork the repository!
  2. Clone your fork: git clone https://github.com/your-username/discord-music-bot.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :D

Author

Discord Presence © iCrawl.
Authored and maintained by iCrawl.

GitHub @iCrawl

About

Very simple discord music bot with the discordjs.guide command handler for easy learning and adapting.


Languages

Language:JavaScript 100.0%