Advertisement
Guest User

Groovy Bot Commands

a guest
Dec 24th, 2018
9,322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. -back
  2. Plays the previous track.
  3. Required permissions: Manage Player
  4.  
  5. -fast forward
  6. Fast forwards the playing track by 10 seconds.
  7. Required permissions: Manage Player
  8.  
  9. -fast forward [amount of time]
  10. Fast forwards the playing track by the specified amount of time.
  11. Required permissions: Manage Player
  12.  
  13. -jump [input]
  14. Finds the specified track in the queue and plays it.
  15. Required permissions: Manage Player, View Queue
  16.  
  17. -loop
  18. Cycles through the loop settings.
  19. Required permissions: Manage Player
  20.  
  21. -next
  22. Plays the next track.
  23. Required permissions: Manage Player
  24.  
  25. -pause
  26. Pauses the player.
  27. Required permissions: Manage Player
  28.  
  29. -reset
  30. Resets the player and the queue.
  31. Required permissions: Manage Player, Manage Queue
  32.  
  33. -resume
  34. Resumes the player.
  35. Required permissions: Manage Player
  36.  
  37. -rewind
  38. Rewinds the playing track by 10 seconds.
  39. Required permissions: Manage Player
  40.  
  41. -rewind [amount of time]
  42. Rewinds the playing track by the specified amount of time.
  43. Required permissions: Manage Player
  44.  
  45. -search [input]
  46. The same command as -play [input], but it allows you to choose which tracks you want to queue.
  47. Required permissions: Add to Queue
  48.  
  49. -seek [amount of time]
  50. Goes to the specified amount of time in the playing track.
  51. Required permissions: Manage Player
  52.  
  53. -stop
  54. Stops the current track from playing.
  55. Required permissions: Manage Player
  56.  
  57. -clear
  58. Removes every track from the queue.
  59. Required permissions: Manage Queue
  60.  
  61. -move [track to move], [position to move it to]
  62. Moves the specified track to the specified position.
  63. Required permissions: Manage Queue
  64.  
  65. -play [link or search query]
  66. Loads the specified track or playlist and adds it to the queue.
  67. Required permissions: Add to Queue
  68.  
  69. -queue
  70. Displays the tracks currently in the queue.
  71. Required permissions: View Queue
  72.  
  73. -remove [input]
  74. Finds the specified track in the queue and removes it.
  75. Required permissions: Manage Queue
  76.  
  77. -search [input]
  78. The same command as -play [input], but it allows you to choose which tracks you want to queue.
  79. Required permissions: Add to Queue
  80.  
  81. -shuffle
  82. Randomizes all the tracks in the queue after the playing track. If there is no playing track, then it will randomize all the tracks.
  83. Required permissions: Manage Queue
  84.  
  85. -fair queue
  86. Organizes the queue so that it favors those with fewer songs in the queue.
  87. Required permissions: Manage Queue
  88.  
  89. -song
  90. Displays info about the playing track.
  91. Required permissions: View Queue
  92.  
  93. -song [input]
  94. Finds the specified track in the queue and displays info about it.
  95. Required permissions: View Queue
  96.  
  97. -lyrics
  98. Displays the lyrics for the current track. If this cannot find your track, you may find better results by manually searching for it with -lyrics [input].
  99. Required permissions: View Queue
  100.  
  101. -lyrics [input]
  102. Searches for your input and displays the lyrics for the returned track.
  103. Required permissions: None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement