Toysrme

SinusBot_Commands

Jan 29th, 2016
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. Anonymous usage
  2. !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.
  3. !playingDisplay the currently playing song
  4. Authorized users
  5. The icons represent the required permissions.
  6. !password <value>change your password to <value>)
  7.  
  8. !next playback the next track (only when a playlist is active)
  9. !prev playback the previous track (only when a playlist is active)
  10. !search <searchstring> or search for tracks
  11. !play <searchstring/uuid> playback a track by its id or search for a track and playback the first match
  12. !queue <searchstring/uuid> enqueue a track by its id or search for a track and enqueue the first match
  13. !queuenext <searchstring/uuid> prepend a track by its id or search for a track and prepend the first match to the queue
  14. !stop stop playback
  15. !volume up increase the volume
  16. !volume down decrease the volume
  17. !volume <value> set the volume to <value> (between 0 and 100)
  18. !playlist <playlistname> starts playing back the playlist <playlistname>
  19. !stream <url> stream from <url>; this may be http-streams like shoutcast / icecast or just remote soundfiles
  20.  
  21. !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
  22.  
  23. !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
  24.  
  25. !shuffle toggle shuffle
  26. !repeat toggle repeat
Advertisement
Add Comment
Please, Sign In to add comment