Functionscustom$clientAvatarOn this page$clientAvatarReturns the bot's current avatarUsage$clientAvatarThis function doesn't have any additional fields.Exampleclient.command({ name: "botAvatar", code: ` My current avatar is: $clientavatar ` // Will return your bot's avatar URL.});