From c044ae9a01087689737759c9d22d5d4aba3b7d7e Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 31 Oct 2019 09:54:46 +0000 Subject: [PATCH] Fix failing test --- disco/types/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):