Skip to content

Sound Board Commands

The sound_board plugin provides a sound board for playing, managing, and downloading audio clips. Clips are stored locally and can be played on demand.

Command Description Roles Aliases Flags
sb <clip> Play a sound clip dj --quiet, -q; --now, -n
sbrandom Play a random sound clip dj sbr --quiet, -q; --now, -n
sblist List all sound clips dj sbl
sbsearch <query> Search sound clips by name dj sbs
sbdownload <url> <name> [H:M:S-H:M:S] Download a clip from YouTube admin sbd
sbdelete <file.ext> Delete a sound clip admin
  • Quiet mode: The --quiet / -q flag suppresses the text message in chat, playing the audio without a visual notification.
  • Now mode: The --now / -n flag interrupts current playback to play the clip immediately instead of queuing it.
  • Download with trim: sbdownload accepts an optional time range in H:M:S-H:M:S format to trim the downloaded audio to a specific segment. Example: sbdownload https://youtube.com/watch?v=... intro 0:30-1:15.
  • Clip management: sblist shows all available clips. sbsearch performs case-insensitive substring matching. sbdelete permanently removes a clip file.
  • Roles: Playback commands (sb, sbrandom, sblist, sbsearch) require the dj role or higher. Management commands (sbdownload, sbdelete) require the admin role.