mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
feat(APIRequest): support setting global headers in HTTPOptions (#5586)
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -2999,6 +2999,7 @@ declare module 'discord.js' {
|
||||
cdn?: string;
|
||||
invite?: string;
|
||||
template?: string;
|
||||
headers?: Record<string, string>;
|
||||
}
|
||||
|
||||
type ImageSize = 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096;
|
||||
|
||||
Reference in New Issue
Block a user