mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +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'
|
| 'jpg'
|
||||||
| 'gif';
|
| 'gif';
|
||||||
|
|
||||||
type ImageSize = 128
|
type ImageSize = 16
|
||||||
|
| 32
|
||||||
|
| 64
|
||||||
|
| 128
|
||||||
| 256
|
| 256
|
||||||
| 512
|
| 512
|
||||||
| 1024
|
| 1024
|
||||||
|
|||||||
Reference in New Issue
Block a user