Vencord / plugin-requests

Vencord plugin requests. Open the link below to create a request
https://github.com/Vencord/plugin-requests/issues/new?template=request.yml
29 stars 2 forks source link

Mention all users in a voice channel #253

Open karimawi opened 7 months ago

karimawi commented 7 months ago

Plugin Description

Sometimes when I'm in a VC with friends, I want to send a photo or a video for them to look at, some of them might be deafened, some might have dnd or their notifications set to only mention, I would have to say "look in general" or "check discord" for them to see what I sent, or maybe you're not even in the same voice but want to mention those users specifically.

Plugin Idea: Mention all users (excluding self) currently in voice channel by mentioning the channel, there are several approaches like a custom slash command with an input for the VC channel which I think would be thee best option, channel context menu "mention all users" to put it in the currently visible text channel for me to then add to the message, or if it'd be easier "copy all users mention" to just paste it before putting your message

Logic (Pseudocode-ish):

Screenshots: image

imageimage

Existing Plugin for other mod

No response

Request Agreement

Sqaaakoi commented 7 months ago

I have considered making this plugin before. Considering how #! works to mention a voice channel in chat, would #@ be a good way to trigger it?

karimawi commented 7 months ago

yeah that's another way too apart from the slash command which I think would be easier

EepyElvyra commented 7 months ago

https://github.com/Vendicated/Vencord/pull/2341