Skip to content

Instantly share code, notes, and snippets.

@flipsy
Last active May 12, 2018 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flipsy/cb053311d6b091c08421ec47a999af58 to your computer and use it in GitHub Desktop.
Save flipsy/cb053311d6b091c08421ec47a999af58 to your computer and use it in GitHub Desktop.
Music Bot Command List
--General Bot Commands--
!register <nickname> - Registers a new user bound to the TeamSpeak-Account you are using. This account has no privileges by default but can be edited by the bot administrators.
!password <value>- change your password to <value>
!help - links this help file
!onlinetime - displays users online time for the server
--Music Control--
!yt <url> - playback an <url> via external youtube-dl (if enabled); beware: the file will be downloaded first and played back afterwards, so there might be a slight delay before playback starts
!play <searchstring / uuid> - playback a track by its id or search for a track and playback the first match
!next - playback the next track (only when a playlist is active)
!prev - playback the previous track (only when a playlist is active)
!stop - stop playback
!!stop - stop playback and remove idle-track
!playing - Display the currently playing song
!volume up - increase the volume
!volume down - decrease the volume
!volume <value> - set the volume to <value> (between 0 and 100)
!search <searchstring> - search for tracks
!queue - resume queue playback
!queue <searchstring / uuid> - enqueue a track by its id or search for a track and enqueue the first match
!queuenext <searchstring / uuid> - prepend a track by its id or search for a track and prepend the first match to the queue
!shuffle - toggle shuffle
!repeat - toggle repeat
--Additional Music Commands--
!playlist <playlistname> - starts playing back the playlist <playlistname>
!stream <url> - stream from <url>; this may be http-streams like shoutcast / icecast or just remote soundfiles
!qyt <url> - enqueue an <url> via external youtube-dl (if enabled); beware: the file will be downloaded first and played back afterwards, so there might be a slight delay before playback starts
!yt <url> - playback an <url> via external youtube-dl (if enabled); beware: the file will be downloaded first and played back afterwards, so there might be a slight delay before playback starts
!ytdl <url> - playback an <url> via external youtube-dl (if enabled); beware: the file will be downloaded first and played back afterwards, so there might be a slight delay before playback starts; additionally, the file will be stored
!qytdl <url> - add an <url> via external youtube-dl (if enabled) to the queue; beware: the file will be downloaded first and enqueued afterwards, so there might be a slight delay before playback starts; additionally, the file will be stored
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment