Test coverage reports; voicemsg command; debug command; refactoring

This commit is contained in:
2026-03-01 18:18:18 -08:00
parent e48e74c20e
commit 15cffb3b66
20 changed files with 3884 additions and 483 deletions

View File

@@ -2,7 +2,8 @@
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
"sourceMap": true
"sourceMap": true,
"skipLibCheck": true
},
"exclude": ["discord/node_modules", "discord/__tests__"]
}