Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1.  
  2. Anonymous usage
  3. !register <nickname>
  4. 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.
  5. Authorized users
  6.  
  7. The icons represent the required permissions.
  8.  
  9. !password <value>
  10. change your password to <value>
  11. !playing
  12. Display the currently playing song
  13. !next
  14. playback the next track (only when a playlist is active)
  15. !prev
  16. playback the previous track (only when a playlist is active)
  17. !search <searchstring>
  18. or
  19. search for tracks
  20. !play <searchstring / uuid>
  21. playback a track by its id or search for a track and playback the first match
  22. !queue
  23. or
  24. resume queue playback
  25. !queue <searchstring / uuid>
  26. or
  27. enqueue a track by its id or search for a track and enqueue the first match
  28. !queuenext <searchstring / uuid>
  29. prepend a track by its id or search for a track and prepend the first match to the queue
  30. !stop
  31. stop playback
  32. !!stop
  33. stop playback and remove idle-track
  34. !volume up
  35. increase the volume
  36. !volume down
  37. decrease the volume
  38. !volume <value>
  39. set the volume to <value> (between 0 and 100)
  40. !playlist <playlistname>
  41. starts playing back the playlist <playlistname>
  42. !stream <url>
  43. stream from <url>; this may be http-streams like shoutcast / icecast or just remote soundfiles
  44. !say <text>
  45. use text-to-speech (if configured) to say the given text
  46. !qyt <url>
  47. or
  48. 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
  49. !yt <url>
  50. 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
  51. !ytdl <url>
  52. 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
  53. !qytdl <url>
  54. 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
  55. !shuffle
  56. toggle shuffle
  57. !repeat
  58. toggle repeat
  59. !registration <enable|disable>
  60. enable / disable user registration via chat
  61. !prefix <new prefix>
  62. change the prefix for all core commands to "new prefix", default is "!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement