mirror of
https://github.com/RavenX8/companion-module-voicemod.git
synced 2026-04-04 05:18:53 -04:00
Initial commit
This commit is contained in:
7
variables.js
Normal file
7
variables.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = async function (self) {
|
||||
self.setVariableDefinitions([
|
||||
{ variableId: 'variable1', name: 'My first variable' },
|
||||
{ variableId: 'variable2', name: 'My second variable' },
|
||||
{ variableId: 'variable3', name: 'Another variable' },
|
||||
])
|
||||
}
|
||||
Reference in New Issue
Block a user