mirror of
https://github.com/RavenX8/companion-module-voicemod.git
synced 2026-04-03 12:58:52 -04:00
14 lines
270 B
JavaScript
14 lines
270 B
JavaScript
module.exports = [
|
|
/*
|
|
* Place your upgrade scripts here
|
|
* Remember that once it has been added it cannot be removed!
|
|
*/
|
|
// function (context, props) {
|
|
// return {
|
|
// updatedConfig: null,
|
|
// updatedActions: [],
|
|
// updatedFeedbacks: [],
|
|
// }
|
|
// },
|
|
]
|