feat(players): add Challonge v2.1 OAuth and import integration

This commit is contained in:
Pandipipas
2026-02-17 18:33:44 +01:00
parent 58c0c01e46
commit 9a5b64b2c0
5 changed files with 907 additions and 0 deletions
+1
View File
@@ -10,4 +10,5 @@ export default async (nodecg: NodeCGServerAPI) => {
await import('./util/replicants.js'); // make sure replicants are set up
await import('./example.js');
await import('./startgg.js');
await import('./challonge.js');
};