Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(plugin): voiceMuteBlockedUsers #3001

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated README.md
  • Loading branch information
Vexify4103 committed Nov 7, 2024
commit 9711c46e3c8e33e7d24bb9c9037572d24f598b34
18 changes: 18 additions & 0 deletions src/plugins/voiceMuteBlockedUsers/README.md
Original file line number Diff line number Diff line change
@@ -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")
Vexify4103 marked this conversation as resolved.
Show resolved Hide resolved

After:

![After Image](after.png "Title for After Image")
Binary file added src/plugins/voiceMuteBlockedUsers/after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/plugins/voiceMuteBlockedUsers/before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.