feat(Voice): implement support for @discordjs/voice (#5402)

This commit is contained in:
Amish Shah
2021-06-09 14:21:19 +01:00
committed by GitHub
parent c4f1c75efa
commit 7b2e12b102
27 changed files with 99 additions and 2395 deletions

View File

@@ -16,6 +16,7 @@
"esnext.symbol"
],
"sourceMap": false,
"skipDefaultLibCheck": true
"skipDefaultLibCheck": true,
"skipLibCheck": true
}
}