Music Commands
These commands allow you to play and manage music in your server's voice channels.
Common Issues (Music):
Bot fails to join channel → Ensure the bot has
ConnectandSpeakpermissions in the voice channel.Playback is silent or choppy → Check the server's voice region and ensure the bot's bitrate setting (
;bitrate) matches the channel's maximum bitrate.Cannot skip/change volume → These actions require the
Priority Speakerpermission or a successful vote.Bot disconnects immediately → Ensure there is at least one human user in the voice channel with the bot. The bot auto-disconnects if alone for 30 seconds.
bitrate
Set the audio bitrate quality for music playback.
Usage:
;bitrate <quality>Parameters:
quality
number
Yes
The bitrate quality to set (64/96/128/256/320 kbps).
Permission Required: Priority Speaker
Examples:
;bitrate 320
;bitrate 128Notes:
Use
;bitratewithout arguments to see current and available bitrates.Requires
Priority Speakerpermission.
disconnect
Disconnects the bot from the voice channel.
Usage:
;disconnectParameters:
Permission Required: Connect
Examples:
;disconnect
;dcNotes:
Clears the current queue and stops playback.
eq
Set the equalizer preset for music playback.
Usage:
;eq <preset>Parameters:
preset
string
Yes
The equalizer preset to apply (e.g., rock, pop, bass).
Permission Required: Priority Speaker
Examples:
;eq rock
;eq bassNotes:
Use
;eqwithout arguments to see current and available presets.Requires
Priority Speakerpermission.
loop
Toggle song looping for the current track.
Usage:
;loopParameters:
Permission Required: Connect
Examples:
;loop
;repeatNotes:
If looping is enabled, the current song will repeat indefinitely.
music
Show all music commands and settings.
Usage:
;musicParameters:
Permission Required: Connect
Examples:
;music
;music helpNotes:
Displays current music settings, supported platforms, and available EQ presets.
nowplaying
Show information about the currently playing track.
Usage:
;nowplayingParameters:
Permission Required: Connect
Examples:
;nowplaying
;npNotes:
Displays track title, artist, duration, and a progress bar.
pause
Pause the current song.
Usage:
;pauseParameters:
Permission Required: Connect
Examples:
;pause
;stopplay
Play a song from a URL or your Last.fm current track.
Usage:
;play <song/URL>Parameters:
song/URL
string
Yes
Song name, URL, or audio file to play.
Permission Required: Connect
Examples:
;play https://youtube.com/watch?v=dQw4w9WgXcQ
;play never gonna give you upNotes:
Supports YouTube, Spotify, SoundCloud, Apple Music, Tidal, and direct audio files.
If no input is provided and music is paused, it will resume playback.
queue
Show and manage the current music queue.
Usage:
;queue [action] [options]Parameters:
action
string
No
Optional action to perform (clear, remove, move, skipto, help).
Permission Required: Connect
Examples:
;queue
;queue clearNotes:
Use
;queue helpfor a detailed list of subcommands and options.Queue modifications (clear, remove, move, skipto) require
Priority Speakerpermission.
resume
Resume the current song.
Usage:
;resumeParameters:
Permission Required: Connect
Examples:
;resume
;unpauseshuffle
Shuffle the music queue.
Usage:
;shuffleParameters:
Permission Required: Connect
Examples:
;shuffle
;mixNotes:
Requires at least 2 songs in the queue to shuffle.
skip
Skip the current track or start a vote to skip.
Usage:
;skipParameters:
Permission Required: Connect
Examples:
;skip
;cancelNotes:
Users with
Priority Speakerpermission can skip immediately. Others will initiate a vote.
speed
Change the playback speed (changes pitch too).
Usage:
;speed <value>Parameters:
value
number
Yes
Speed multiplier (e.g., 1.5 for 50% faster).
Permission Required: Priority Speaker
Examples:
;speed 1.5
;speed 0.75Notes:
Use
;speedwithout arguments to see the current speed.Requires
Priority Speakerpermission.
volume
Set the music volume (0-1500%).
Usage:
;volume <value>Parameters:
value
number
Yes
Volume level between 0 and 1500.
Permission Required: Connect
Examples:
;volume 100
;vol 75Notes:
Use
;volumewithout arguments to see the current volume.Requires
Priority Speakerpermission or a successful vote to change volume.
Last updated
Was this helpful?