Add bot edit route for #8.

This commit is contained in:
Paul
2021-08-12 14:05:48 +01:00
parent a71bfa908c
commit bd3606176a
3 changed files with 126 additions and 0 deletions

View File

@@ -69,6 +69,11 @@ pub enum RemoveMemberField {
Avatar,
}
#[derive(Serialize, Deserialize, Debug, Clone)]
pub enum RemoveBotField {
InteractionsURL,
}
#[derive(Serialize, Deserialize, Debug, Clone)]
#[serde(tag = "type")]
pub enum ClientboundNotification {