add type guildcreateresponse

This commit is contained in:
bitfl0wer 2023-05-14 22:45:42 +02:00
parent fbfd0e627f
commit b4cc8fd64b
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,
}