Makar8000 / ACT-Discord-Triggers

An ACT plugin for routing audio to discord
50 stars 14 forks source link

Feature Request: Priority Speaker #54

Open qbf42 opened 5 years ago

qbf42 commented 5 years ago

Is there a way to implement the new Discord Priority Speaker feature? It requires the use of a special keybind to activate the mode for users, so not sure if it's feasible for the bot, but would be useful for calls to go over other chatter.

Makar8000 commented 5 years ago

This is a good idea. I will check if the Discord.Net API supports this and add it in the next release if so

Makar8000 commented 5 years ago

Update: The latest version of Discord.Net does not support priority speaker mode yet, but I will keep on eye out for API updates and implement this once it's added.

qbf42 commented 5 years ago

Thanks for checking on it! Hopefully, they add it in soon.

Airex commented 4 years ago

https://discord.foxbot.me/stable/api/Discord.Audio.SpeakingMode.html

Makar8000 commented 4 years ago

@Airex that is just the enum. Not the method of setting it.