chore: update Discord build number

This commit is contained in:
Elysia
2023-10-29 13:57:32 +07:00
parent e5c5f51670
commit b2fe126938
6 changed files with 19 additions and 26 deletions

1
typings/index.d.ts vendored
View File

@@ -932,7 +932,6 @@ export class Client<Ready extends boolean = boolean> extends BaseClient {
private presence: ClientPresence;
private _eval(script: string): unknown;
private _validateOptions(options: ClientOptions): void;
private autoRedeemNitro(message: Message): object;
public application: If<Ready, ClientApplication>;
// Added