Update discord version, user agent

This commit is contained in:
March 7th
2022-09-26 17:53:57 +07:00
parent 8fe25ff21a
commit 7defc76498
4 changed files with 22 additions and 25 deletions

1
typings/index.d.ts vendored
View File

@@ -6703,7 +6703,6 @@ export interface WebhookMessageOptions extends Omit<MessageOptions, 'reply' | 's
export type WebhookType = keyof typeof WebhookTypes;
export interface WebSocketOptions {
large_threshold?: number;
compress?: boolean;
properties?: WebSocketProperties;
}