-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationno-issue-activity
Milestone
Description
Bot Commands
Playback Control
-
/join- Makes the bot join the voice channel you are currently in.
-
/leave- Makes the bot leave its current voice channel.
-
/play <query>- Plays a song or adds it to the queue. The
querycan be a song name to search on YouTube or a direct YouTube video URL.
- Plays a song or adds it to the queue. The
-
/pause- Pauses the song that is currently playing.
-
/resume- Resumes playback if the music is paused.
-
/skip- Skips the current song and plays the next one in the queue (if any).
-
/stop- Stops the music completely, clears the entire queue, and the bot stops playing.
-
/volume <level>- Changes the bot's playback volume. The
levelshould be a number between 0 (silent) and 100 (loudest).
- Changes the bot's playback volume. The
Queue Management
-
/queue- Shows the list of songs currently waiting in the queue, including the song that's playing now.
-
/nowplaying- Displays detailed information about the song that is currently playing.
-
/loop <mode>- Sets how songs should loop. Choose a
mode:Off: No looping (default).Loop Current Song: Repeats the current song forever.Loop Entire Queue: When the queue ends, it starts again from the beginning.
- Sets how songs should loop. Choose a
-
/shuffle- Randomly shuffles the order of the songs currently waiting in the queue (doesn't affect the currently playing song).
Information
/lyrics- Tries to find and display the lyrics for the song that is currently playing. (Note: This might be disabled if the bot owner hasn't set up the required API keys).
Playlist Management
These commands are part of the /playlist group. Start them like /playlist create, /playlist add, etc.
-
/playlist create <name> [public]- Creates a new personal playlist with the given
name. You can optionally setpublictoTrueif you want others to be able to see and load it (default isFalse- private).
- Creates a new personal playlist with the given
-
/playlist delete <name>- Deletes one of your playlists specified by its exact
name.
- Deletes one of your playlists specified by its exact
-
/playlist list [user]- Shows a list of your own playlists. If you provide a
user, it shows that user's public playlists instead.
- Shows a list of your own playlists. If you provide a
-
/playlist show <name> [user]- Displays the list of songs inside a specific playlist named
name. Use the optionaluserargument to view someone else's public playlist.
- Displays the list of songs inside a specific playlist named
-
/playlist add <playlist_name> <query>- Adds a song to one of your playlists. Specify your
playlist_nameand the songquery(YouTube URL or search term).
- Adds a song to one of your playlists. Specify your
-
/playlist remove <playlist_name> <song_number>- Removes a song from your playlist. Specify the
playlist_nameand thesong_number(the position number you see when using/playlist show).
- Removes a song from your playlist. Specify the
-
/playlist load <name> [user]- Adds all the songs from the specified playlist
nameto the end of the current server queue. Use the optionaluserargument to load someone else's public playlist.
- Adds all the songs from the specified playlist
-
/playlist savequeue <name> [public]- Saves all the songs currently in the server's queue (including the one playing) as a new playlist under your name. Specify the
namefor the new playlist and optionally setpublictoTrue.
- Saves all the songs currently in the server's queue (including the one playing) as a new playlist under your name. Specify the
-
/playlist privacy <name> <is_public>- Changes whether one of your playlists (
name) is public or private. Setis_publictoTrueto make it public, orFalseto make it private.
- Changes whether one of your playlists (
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationno-issue-activity