Skip to content

Stop DiscordIntegrationAccount inheriting from SnowflakeObject

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: image image

Changes proposed

  • Stop inheriting from SnowflakeObject

Merge request reports

Loading