defaultAvatar

fun defaultAvatar(discriminator: Int): CdnUrl(source)

Deprecated

Discord's username system is changing and discriminators are being removed, see https://discord.com/developers/docs/change-log#unique-usernames-on-discord for details.

Replace with

import dev.kord.rest.route.DiscordCdn
DiscordCdn.defaultUserAvatar(userId)