mirror of
https://github.com/RavenX8/companion-module-voicemod.git
synced 2026-04-03 12:58:52 -04:00
### Added
- three new variables ### Updated - feedback labels have been reworded to make their value more obvious ### Fixed - Reset failure variable in retry logic on successful connection
This commit is contained in:
@@ -3,5 +3,8 @@ module.exports = async function (self) {
|
||||
{ variableId: 'microphoneMuted', name: 'Microphone Muted' },
|
||||
{ variableId: 'voiceChangerStatus', name: 'Voice Changer Enabled' },
|
||||
{ variableId: 'voiceSelected', name: 'Current Voice Selected' },
|
||||
{ variableId: 'hearMyVoice', name: 'Hear My Voice Enabled' },
|
||||
{ variableId: 'hearBackgroundMusic', name: 'Background Music Enabled' },
|
||||
{ variableId: 'hearMemesForMe', name: 'Hear Memes for Me Enabled' },
|
||||
])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user