import { getAvatarURL } from "https://deno.land/x/discordeno@18.0.1/helpers/mod.ts";
Builds a URL to a user's avatar stored in the Discord CDN.
Parameters
bot: Bot
- The bot instance to use to build the URL.
userId: BigString
- The ID of the user to get the avatar of.
optional
options: { avatar: BigString | undefined; size?: ImageSize; format?: ImageFormat; }- The parameters for the building of the URL.