From 64693c87706faebaa362513167165eb61aee254c Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Tue, 23 May 2023 14:51:28 +0200 Subject: [PATCH] Add todo --- src/api/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/types.rs b/src/api/types.rs index e5cc3de..5ca4f26 100644 --- a/src/api/types.rs +++ b/src/api/types.rs @@ -1483,6 +1483,7 @@ pub struct GuildCreateResponse { #[derive(Serialize, Deserialize, Debug, Default, Clone)] #[serde(rename_all = "SCREAMING_SNAKE_CASE")] +// TODO: Implement in polyphony/types pub enum ChannelType { #[default] GuildText = 0,