mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00: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:
parent
3dff5058f0
commit
2dcdc798ac
1 changed files with 4 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue