Absolet’s music system is powered by DisTube. All playback commands require the invoking user to be in a voice channel. Commands that act on the current queue (skip, stop, pause, resume, nowplaying, volume) will return an error if there is no active song queue. All music commands are available to @everyone.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/devjhoan/absolet/llms.txt
Use this file to discover all available pages before exploring further.
/play
Add a song to the queue and plays it. Accepts a song name or URL (YouTube, SoundCloud, Spotify, etc. — depending on your DisTube plugins).
Default permission: @everyone
The song title to search for, or a direct URL.
/skip
Skip the current song and advance to the next track in the queue.
Default permission: @everyone
No parameters. Returns an error if the queue is empty.
/stop
Stops the current song and clears the entire song queue.
Default permission: @everyone
No parameters. Returns an error if the queue is empty.
/pause
Pauses the currently playing song without clearing the queue.
Default permission: @everyone
No parameters. Use /resume to continue playback.
/resume
Resumes a paused song.
Default permission: @everyone
No parameters. Returns an error if the queue is empty.
/join
Makes the bot join your current voice channel without starting playback.
Default permission: @everyone
No parameters. Useful for pre-staging the bot before queuing songs.
/leave
Disconnects the bot from its current voice channel. If a queue is active, it is stopped and cleared first.
Default permission: @everyone
No parameters.
/nowplaying
Displays information about the currently playing song, including name, uploader, duration progress bar, volume, and queue length.
Default permission: @everyone
No parameters. Returns an error if no song is currently playing.
The progress bar uses a 30-character line with a 🔘 marker at the current position, and a 🟢/🔴 indicator showing whether playback is active or paused.
/volume
Change the volume of the current song.
Default permission: @everyone
The volume level to set.
Volume changes apply immediately to the current queue and persist until the queue ends or volume is changed again.