diff --git a/disco/types/guild.py b/disco/types/guild.py index 20f171b..cb4e61c 100644 --- a/disco/types/guild.py +++ b/disco/types/guild.py @@ -139,7 +139,7 @@ class GuildBan(SlottedModel): class GuildEmbed(SlottedModel): enabled = Field(bool) - channel_id = Field(snowflake) + channel_id = Field(snowflake) class GuildMember(SlottedModel):