ci: fix typechecking in ci

This commit is contained in:
iCrawl
2022-08-15 00:42:33 +02:00
parent cb856860b7
commit c052f56f3e
30 changed files with 887 additions and 1023 deletions

View File

@@ -10,7 +10,7 @@ export interface CreateVoiceConnectionOptions {
* If true, debug messages will be enabled for the voice connection and its
* related components. Defaults to false.
*/
debug?: boolean;
debug?: boolean | undefined;
adapterCreator: DiscordGatewayAdapterCreator;
}