mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 13:36:08 +00:00

* 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>