Looks like I broke them in my Encodable update...
This fixes them, while also updating the api to match Discord's (with a slightly better description)
This also changes lets to vars for the same reason as on DiscordEmbed, as long as you use a let for the DiscordPresenceUpdate itself, its fields will be immutable.
Looks like I broke them in my
Encodable
update... This fixes them, while also updating the api to match Discord's (with a slightly better description) This also changeslet
s tovar
s for the same reason as onDiscordEmbed
, as long as you use alet
for theDiscordPresenceUpdate
itself, its fields will be immutable.