feat(REST): append additional information to the required User Agent (#6112)

Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
This commit is contained in:
Joey Smalen
2021-07-16 13:27:12 +02:00
committed by GitHub
parent 8db6df3d1e
commit f200f14a40
4 changed files with 15 additions and 2 deletions

1
typings/index.d.ts vendored
View File

@@ -2908,6 +2908,7 @@ export interface ClientOptions {
restSweepInterval?: number;
retryLimit?: number;
failIfNotExists?: boolean;
userAgentSuffix?: string[];
presence?: PresenceData;
intents: BitFieldResolvable<IntentsString, number>;
ws?: WebSocketOptions;