The RR custom-made music bot I (vaneer) made for my friends.
m!aliases
- Shows all the aliases that can be used.m!help
- Displays commands and allows you to view information on other commandsm!loop
- Allows you to toggle looping a specific song.m!nowplaying
- Shows what's currently playing and details about it.m!pause
- Pauses the current song, if playing.m!play
- Plays a specified song. Currently only supports Youtube.m!queue
- Shows the current queue.m!remove
- Removes a specified index from the queue, 0 being the current song playing and onwards.m!resume
- Resumes the current song, if paused.m!skip
- Skips whatever's currently playing.
- Clone the repository with
git clone https://github.com/Vaneer420/realest-music.git
or use the offical github CLI withgh repo clone Vaneer420/realest-music
- Install Node.js if not already installed as well as NPM (included as a checkbox in the node.js installer).
- Open a terminal in the repository clone directory and run
npm i
. - Rename .envexample to .env and fill all the environment variables out.
- Run
node index
in the home directory of the clone.
Realest Music by @vaneer on Discord is licensed under CC BY-SA 4.0.