mirror of
https://github.com/RavenX8/companion-module-streamer.bot-api.git
synced 2026-04-03 20:58:52 -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