diff --git a/src/api/types.rs b/src/api/types.rs index c87786b..bfb6861 100644 --- a/src/api/types.rs +++ b/src/api/types.rs @@ -1477,3 +1477,8 @@ pub struct Webhook { pub source_guild: Option, pub id: String, } + +#[derive(Serialize, Deserialize, Debug, Default, Clone)] +pub struct GuildCreateResponse { + pub id: String, +}