mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
bug fix
This commit is contained in:
@@ -37,9 +37,9 @@ export function avatarURL(
|
||||
format?: ImageFormats,
|
||||
) {
|
||||
return rawAvatarURL(
|
||||
member.user.id,
|
||||
member.user.discriminator,
|
||||
member.user.avatar,
|
||||
member.id,
|
||||
member.discriminator,
|
||||
member.avatar,
|
||||
size,
|
||||
format,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user