mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
typings: add missing ImageSize numbers (#3045)
To match the JS typedef: https://discord.js.org/#/docs/main/master/typedef/ImageURLOptions
This commit is contained in:
5
typings/index.d.ts
vendored
5
typings/index.d.ts
vendored
@@ -1846,7 +1846,10 @@ declare module 'discord.js' {
|
||||
| 'jpg'
|
||||
| 'gif';
|
||||
|
||||
type ImageSize = 128
|
||||
type ImageSize = 16
|
||||
| 32
|
||||
| 64
|
||||
| 128
|
||||
| 256
|
||||
| 512
|
||||
| 1024
|
||||
|
||||
Reference in New Issue
Block a user