diff --git a/src/plugins/voiceMuteBlockedUsers/README.md b/src/plugins/voiceMuteBlockedUsers/README.md index 0c8a1d07f..192196f49 100644 --- a/src/plugins/voiceMuteBlockedUsers/README.md +++ b/src/plugins/voiceMuteBlockedUsers/README.md @@ -1,3 +1,21 @@ # Voice Mute Blocked Users The **Voice Mute Blocked Users** plugin automatically mutes users that you have blocked on Discord, enhancing visibility and manageability in your communication environment. This plugin transforms normal blocks into effective voice mutes, ensuring a smoother experience. + +## Functionality + +- **Block/Unblock Logic**: + + - When a user is blocked, they are automatically muted if not already muted. + - When a user is unblocked, they are unmuted if they were previously muted. + +- **User Context Menu**: + - Adds a menu item to mute/unmute users directly from their context menu. + +Before: + +![Before Image](before.png "Title for Before Image") + +After: + +![After Image](after.png "Title for After Image") diff --git a/src/plugins/voiceMuteBlockedUsers/after.png b/src/plugins/voiceMuteBlockedUsers/after.png new file mode 100644 index 000000000..097310a13 Binary files /dev/null and b/src/plugins/voiceMuteBlockedUsers/after.png differ diff --git a/src/plugins/voiceMuteBlockedUsers/before.png b/src/plugins/voiceMuteBlockedUsers/before.png new file mode 100644 index 000000000..250d46d54 Binary files /dev/null and b/src/plugins/voiceMuteBlockedUsers/before.png differ