summaryrefslogtreecommitdiffstats
path: root/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/schema.rs b/src/schema.rs
index be6b7a1..c7a1b48 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -229,6 +229,8 @@ pub(crate) struct RfcbotData {
pub(crate) label: String,
pub(crate) name: String,
pub(crate) ping: String,
+ #[serde(default)]
+ pub(crate) exclude_members: Vec<String>,
}
pub(crate) struct DiscordInvite<'a> {