Adjust the volume of the music player.
Name | Description | Required | Type | Choices |
---|---|---|---|---|
level | The volume level to set (0-100). | false | Number |
Swap the position of two songs in the queue
Name | Description | Required | Type | Choices |
---|---|---|---|---|
first | The position of the first song | true | Number | |
second | The position of the second song | true | Number |
Stop the playback.
Display songs from the queue.
Display songs from the history.
Skip to the given song, removing others on the way
Name | Description | Required | Type | Choices |
---|---|---|---|---|
position | The position of the song to skip to | true | Number |
Skip to the next song
Toggle shuffle mode for this queue.
Seek the player to a specific timestamp.
Name | Description | Required | Type | Choices |
---|---|---|---|---|
timestamp | The timestamp to seek to (mm:ss). | true | String |
Resume the playback
Replay the current song from the beginning
Show the current repeat mode.
Disable repeat mode.
Repeat the entire queue.
Repeat the current song.
Automatically play related songs based on your queue.
Remove a song from the queue
Name | Description | Required | Type | Choices |
---|---|---|---|---|
position | The position of the song to remove | true | Number |
Play a song or playlist from url or name
Name | Description | Required | Type | Choices |
---|---|---|---|---|
query | The name or url of the song, you want to play. | true | String | |
source | The search engine you want to use. | false | String | YouTube, SoundCloud, Spotify, Apple Music |
Pause the playback
Show the current playing song
Move a song in the queue
Name | Description | Required | Type | Choices |
---|---|---|---|---|
from | The current position of the song | true | Number | |
to | The new position to move to | true | Number |
Get lyrics for a song.
Name | Description | Required | Type | Choices |
---|---|---|---|---|
query | The title of the song to get lyrics for. | false | String |
Leave the voice channel.
Jump to specific song on the queue without removing others
Name | Description | Required | Type | Choices |
---|---|---|---|---|
position | The position of the song to jump to | true | Number |
Let the bot join your voice channel.
Clear songs from the queue.
Clear songs from the history.
Clear all songs from the queue and history.
Go back to the previous song
Show how long the bot has been up
Ping? Pong!
Invite the bot to your server
Show info about the bot
Join the support server and get some help
Disable all active FFmpeg audio filters.
Show the status of all FFmpeg audio filters.
Enable or disable an FFmpeg audio filter.
Name | Description | Required | Type | Choices |
---|---|---|---|---|
name | The name of the filter to toggle. | true | String | 8D, Bassboost, Chorus, Dim, Earrape, Fadein, Flanger, Gate, Haas, Karaoke, Lofi, Mcompand, Mono, Nightcore, Normalizer, Phaser, Pulsator, Reverse, Softlimiter, Subboost, Surrounding, Treble, Tremolo, Vaporwave, Vibrato |
Disable the equalizer filter.
Set an equalizer filter.
Name | Description | Required | Type | Choices |
---|---|---|---|---|
preset | The name of the preset to apply. | true | String | Flat, Classical, Club, Dance, FullBass, FullBassTreble, FullTreble, Headphones, LargeHall, Live, Party, Pop, Reggae, Rock, Ska, Soft, SoftRock, Techno |
Disable the biquad filter.
Apply a specific biquad audio filter.
Name | Description | Required | Type | Choices |
---|---|---|---|---|
preset | The name of the preset to apply. | true | String | SinglePoleLowPassApprox, SinglePoleLowPass, LowPass, HighPass, BandPass, Notch, AllPass, LowShelf, HighShelf, PeakingEQ |
Execute a piece of javascript code
Name | Description | Required | Type | Choices |
---|---|---|---|---|
code | The code to execute | true | String |