From 93c230150c5fb70c4219a2b4dcaa01be6b67039e Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Fri, 6 Jan 2023 19:55:37 +0700 Subject: [PATCH] typing: user avatar decoration --- typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index b5233cc..7d12159 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -3478,6 +3478,7 @@ export const Constants: { size: AllowedImageSize, dynamic: boolean, ) => string; + AvatarDecoration: (userId: Snowflake, hash: string, format: AllowedImageFormat, size: AllowedImageSize) => string; Banner: ( id: Snowflake, hash: string,