Add text transcripts plugin

This commit is contained in:
Isaac
2021-08-28 21:50:44 +01:00
committed by GitHub
parent 0efee8ef15
commit 8cd93df4dc

View File

@@ -24,7 +24,8 @@ module.exports = class PluginManager {
/** Array of official plugins to be used to check if a plugin is official */
this.official = [
'dsctickets.settings-server',
'dsctickets.portal'
'dsctickets.portal',
'dsctickets.text-transcripts'
];
}
@@ -90,4 +91,4 @@ module.exports = class PluginManager {
});
}
};
};