Skip to content

Audio Playback Controls

Overview

Eruptor provides dedicated tag parsers to control active audio playback in your server.


Controls Reference

TagActionDescription
{skip}Skip TrackSkips the active track immediately.
{stop}Stop & DisconnectClears the queue and disconnects the bot from voice.
{pause}Pause PlaybackPauses the active audio stream.
{resume}Resume PlaybackResumes a paused audio stream.
{shuffle}Shuffle QueueRandomly shuffles the waiting playlist.
{volume:val}Set VolumeAdjusts playback volume (0 to 200).
{loop:mode}Set Loop ModeLoop modes: none, track, queue, cycle.
{seek:time}SeekSeeks to offset (e.g. {seek:30} or {seek:01:30}).

Example: Fast Forward Trigger

{cooldown(3)}
{seek:30}
{embed(title):⏩ Fast Forward}
{embed(description):Jumped ahead 30s in **[{track.title}]({track.uri})**!}
{embed(color):0x3498DB}