Add exempt_users config to skip muting specific users
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -17,11 +17,14 @@ Runs in the system tray as a console app. Press a configurable global hotkey to
|
||||
"token": "YOUR_BOT_TOKEN",
|
||||
"guild_id": "YOUR_SERVER_ID",
|
||||
"channel_id": "YOUR_VOICE_CHANNEL_ID",
|
||||
"keybind": "ctrl+shift+m"
|
||||
"keybind": "ctrl+shift+m",
|
||||
"exempt_users": ["YOUR_DISCORD_USER_ID"]
|
||||
}
|
||||
```
|
||||
|
||||
To get IDs: enable **Developer Mode** in Discord settings, then right-click a server or channel and choose **Copy ID**.
|
||||
`exempt_users` is optional. Any user IDs listed there will never be muted. Add your own ID to exclude yourself when pressing the keybind.
|
||||
|
||||
To get IDs: enable **Developer Mode** in Discord settings, then right-click a server, channel, or user and choose **Copy ID**.
|
||||
|
||||
## Keybind format
|
||||
|
||||
|
||||
Reference in New Issue
Block a user