* fix(GuildMember#avatarURL): use dynamic response, to return gif avatar if the avatar is a gif
* fix(User#avatarURL): dynamic response, if avatar is a gif return gif
* fix(avatarURL): specified extension is being overriden by gif if avatar starts with a_
* chore: change in parseCDNURL so it's effective for almost everything
* chore: re-add GuildMember#dynamicAvatarURL
* fix(GuildEmoji#create): returns void while it should return the resolve promise of the created emoji
---------
Co-authored-by: NotAditya69 <90441096+NotAditya69@users.noreply.github.com>