A powerful Discord music bot managed by PGamerX, Peiprjs and Luckie
-
Add the bot by clicking here
-
Make sure the bot has the following permissions
-
/play
- Plays song/playlist from name/url -
/seek
- Seek to a specific part in the song -
/pause
- Pauses the current playing song -
/autoplay
- Disables/Enables autoplay mode -
/resume
- Resumes the current playing song -
/volume
- Set volume for the music -
/filters
- Apply filter(s) on songs -
/shuffle
- Shuffles the queue -
/queue
- Displays the current queue -
/skip
- Skips the current song in the playlist -
/stop
- Stops playing and deletes the queue
- Clone the repository using
git clone https://github.com/PGamerX-Legacy/muser.git
- install dependencies using
npm install
-
Add all important credentials in
example.env
-
Rename
example.env
to.env
-
Run the Bot using node.
-
Create a new discussion
-
Read CONTRIBUTING.md
-
Create a new branch for your feature
-
Commit changes to that branch
-
Create a Pull Request
If you are new to GitHub, see how to contribute