mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Merge branch 'mmmmm' of https://github.com/discordeno/discordeno into mmmmm
This commit is contained in:
@@ -17,9 +17,7 @@ export function avatarURL(
|
||||
? bot.utils.formatImageURL(
|
||||
bot.constants.endpoints.USER_AVATAR(
|
||||
userId,
|
||||
typeof options.avatar === "string"
|
||||
? options.avatar
|
||||
: bot.utils.iconBigintToHash(options.avatar)
|
||||
typeof options.avatar === "string" ? options.avatar : bot.utils.iconBigintToHash(options.avatar)
|
||||
),
|
||||
options.size || 128,
|
||||
options.format
|
||||
|
||||
Reference in New Issue
Block a user