Stop DiscordIntegrationAccount inheriting from SnowflakeObject
requested to merge github/fork/SimulatorRadio/fix/DiscordIntegrationAccount-snowflake-inheritence into master
Created by: alexhorner
DiscordIntegrationAccount
is not a snowflake object and should therefore not inherit. ID is a string in this context, not a ulong.
Summary
Stops DiscordIntegrationAccount
inheriting from SnowflakeObject
Details
This was causing a decode error when a valid object was received from Discord but decoded incorrectly:
Changes proposed
- Stop inheriting from
SnowflakeObject