add type guildcreateresponse

This commit is contained in:
bitfl0wer 2023-05-14 22:45:42 +02:00
parent c0602b4158
commit 8f8bd641c4
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 5 additions and 0 deletions

View File

@ -1477,3 +1477,8 @@ pub struct Webhook {
pub source_guild: Option<Guild>,
pub id: String,
}
#[derive(Serialize, Deserialize, Debug, Default, Clone)]
pub struct GuildCreateResponse {
pub id: String,
}