* fix(Colors#bold): bold returning weird values
* chore: testing something
* fix(Parsers): optionsParser & argsParser were being overriden by default options
* revert(colors): mistakenly pushed a unplanned change
* feat(Formatter): add a formatter class to add support to discord markdown, unix and etc
* chore: set exports for formatter class
* feat(AllGuildVoiceChannels): new type for all guild based voice channels
* feat(VoiceChannel#members): returns a list of members in the voice channel
* chore: small patch to voice channel methods
* feat(GuildBans): addition of bans into seyfert
* chore: request changes - incomplete
* fix(BanShorter#bulkCreate): fix method return, bulk-bans returns stats
* feat(GuildBan#methods): all methods added on the guild ban structure
* chore: missed some, here pushed them
* chore: requested change
---------
Co-authored-by: NotAditya69 <90441096+NotAditya69@users.noreply.github.com>
* 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>