You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to add to this, the initial report only specifies one snowflake field in the serialized_source_guild as impacted, but it seems like most, if not all, snowflake fields are returning numbers instead of strings.
Description
Using https://discord.com/developers/docs/resources/guild-template#get-guild-template the
guild template
object, https://discord.com/developers/docs/resources/guild-template#guild-template-resource, has a fieldserialized_source_guild
, which is aguild
object: https://discord.com/developers/docs/resources/guild#guild-objectThis object has a field
system_channel_id
of typesnowflake
According to https://discord.com/developers/docs/reference#snowflakes, the API should return these as a
string
, however the value returned by the API is a number.Steps to Reproduce
New template that exhibits this behaviour: https://discord.com/api/v9/guilds/templates/5TA7DUe7aAEy
Expected Behavior
The
system_channel_id
should be a string.Current Behavior
The
system_channel_id
is a number.Screenshots/Videos
No response
Client and System Information
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
The text was updated successfully, but these errors were encountered: