Whisper Commands
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.
Commands
Section titled “Commands”| 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
addwhisperuserto append. - Self-whisper:
setwhispermeis a convenience command that sets the whisper target to the user who issued the command. - Clearing:
clearwhisperremoves the whisper target entirely, reverting the bot to normal channel audio output. - Roles: All whisper commands require the
adminrole.