mirror of
https://github.com/danbulant/discord.js
synced 2026-06-03 23:02:20 +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'
|
| 'jpg'
|
||||||
| 'gif';
|
| 'gif';
|
||||||
|
|
||||||
type ImageSize = 128
|
type ImageSize = 16
|
||||||
|
| 32
|
||||||
|
| 64
|
||||||
|
| 128
|
||||||
| 256
|
| 256
|
||||||
| 512
|
| 512
|
||||||
| 1024
|
| 1024
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue