tgraupmann / ChromaDiscordApp

(Unofficial) Enable Chroma lighting in the Discord App for Windows
MIT License
60 stars 17 forks source link

Any way to include more discord events? #10

Open Astrobinary opened 4 years ago

Astrobinary commented 4 years ago

Everything is working as intended, but I was wondering if you could possible add some more discord events specially the event to detect when your mic is muted.

I am trying to recreate a similar feature to steel series integration where I can light up a section of my keyboard if my mic is muted on discord.

https://steelseries.com/blog/steelseries-discord-gamesense-115

tgraupmann commented 2 years ago

These are the available RPC events that we can bind animations to. https://discord.com/developers/docs/topics/rpc#commands-and-events-rpc-events

Hlaxfors commented 2 years ago

Yeah I would like to make my mute macro red when muted, how would i go about making a custom RPC event trigger? Thanks