How would I get the Discord author URL for a member? I saw a previous thread which showed it in the format
format!("https://cdn.discordapp.com/avatars/{}/{}.png", message.author.id, message.author.avatar
but what do I do if message.author.avatar is None? Is there not a way to know which default avatar Discord associated with that user?