Add exempt_users config to skip muting specific users
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -2,5 +2,6 @@
|
||||
"token": "YOUR_BOT_TOKEN_HERE",
|
||||
"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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user