Skip to content

Whisper Commands

This content is for v1.0.0. Switch to the latest version for up-to-date documentation.

The whisper plugin controls whisper audio routing, allowing the bot to direct its audio output to specific users or channels instead of broadcasting to its current channel.

Command Description Roles Aliases
getwhisper Display the current whisper target admin
setwhisperuser <user> Set whisper target to a single user admin
setwhisperchannel <channel> Set whisper target to a channel admin
setwhisperme Set whisper target to the command sender admin
setwhisperusers <user1,user2,...> Set whisper target to multiple users admin
addwhisperuser <user> Add a user to the multi-user list admin
removewhisperuser <user> Remove a user from the multi-user list admin
clearwhisper Clear the whisper target admin
  • Whisper modes: The bot supports whispering to a single user, a channel, or a list of multiple users. Setting a new whisper target replaces the previous one unless using addwhisperuser to append.
  • Self-whisper: setwhisperme is a convenience command that sets the whisper target to the user who issued the command.
  • Clearing: clearwhisper removes the whisper target entirely, reverting the bot to normal channel audio output.
  • Roles: All whisper commands require the admin role.