diff --git a/typings/index.d.ts b/typings/index.d.ts index a97225b7f..d6b95ba60 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1846,7 +1846,10 @@ declare module 'discord.js' { | 'jpg' | 'gif'; - type ImageSize = 128 + type ImageSize = 16 + | 32 + | 64 + | 128 | 256 | 512 | 1024