Closed fwcd closed 3 years ago
This big PR that will fix #2, refactor the structures towards a more modern, value-oriented design and more.
Codable
Decodable
Identifiable
DiscordClient
RawRepresentable
client
Discord
Discord.
Whoops, I meant to open the PR in my fork for now. Sorry!
This big PR that will fix #2, refactor the structures towards a more modern, value-oriented design and more.
Codable
(especiallyDecodable
) andIdentifiable
(in progress)DiscordClient
RawRepresentable
s over enums where possibleclient
references from support structures (making them plain old value types)Discord
prefix to be more swifty (consumers of the library can still prefix the types withDiscord.
to disambiguate)