package
3.2.2+incompatible
Repository: https://github.com/lilmike/mumbledj.git
Documentation: pkg.go.dev

# Variables

Commands is a slice of all enabled commands.
DJ is an injected MumbleDJ struct.

# Structs

AddCommand is a command that adds an audio track associated with a supported URL to the queue.
AddNextCommand is a command that adds an audio track associated with a supported URL to the queue as the next item.
CacheSizeCommand is a command that outputs the current size of the cache.
CurrentTrackCommand is a command that outputs information related to the track that is currently playing (if one exists).
ForceSkipCommand is a command that immediately skips the current track.
ForceSkipPlaylistCommand is a command that immediately skips the current playlist.
HelpCommand is a command that outputs a help message that shows the available commands and their aliases.
JoinMeCommand is a command that moves the bot to the channel of the user who issued the command.
KillCommand is a command that safely kills the bot.
ListTracksCommand is a command that lists the tracks that are currently in the queue.
MoveCommand is a command that moves the bot from one channel to another.
NextTrackCommand is a command that outputs information related to the next track in the queue (if one exists).
NumCachedCommand is a command that outputs the number of tracks that are currently cached on disk (if caching is enabled).
NumTracksCommand is a command that outputs the current number of tracks in the queue.
PauseCommand is a command that pauses audio playback.
RegisterCommand is a command that registers the bot on the server.
ReloadCommand is a command that reloads the configuration values for the bot from a config file.
ResetCommand is a command that resets the queue and cache.
ResumeCommand is a command that resumes audio playback.
SetCommentCommand is a command that changes the Mumble comment of the bot.
ShuffleCommand is a command that shuffles the audio queue.
SkipCommand is a command that places a vote to skip the current track.
SkipPlaylistCommand is a command that places a vote to skip the current playlist.
ToggleShuffleCommand is a command that changes the Mumble comment of the bot.
VersionCommand is a command that outputs the local MumbleDJ version.
VolumeCommand is a command that changes the volume of the audio output.