cannawen / dota-gsi-discord-bot

Use Dota 2's Game State Integration API to make helpful announcements in a discord voice channel
MIT License
5 stars 2 forks source link

[feature] Add a white list for users to opt into voice recognition (privacy) #77

Closed cannawen closed 1 year ago

cannawen commented 1 year ago

Any user can use the /voice command to enable or disable voice recognition

cannawen commented 1 year ago

I tried this yesterday and it seemed like the app was still listening to people who have not used the /voice command?

Can't reproduce in dev though; re-opening to keep monitoring this issue.

cannawen commented 1 year ago

Still getting reports that anyone can trigger voice commands? Need to try to reproduce.

cannawen commented 1 year ago

Yeah, I don't think this is actually working. Perhaps it's a setting per user's bot and not per user? Needs further investigation with different discord accounts.

cannawen commented 1 year ago

Yep... we took the permission for the owner of the bot, and applied it to all speakers in the channel. Fixed now, in theory.