feat: initial work on discord template importer

This commit is contained in:
Zomatree
2026-02-16 22:28:51 +00:00
parent 74f0c537e6
commit 8976273410
9 changed files with 417 additions and 3 deletions

View File

@@ -167,6 +167,9 @@ auto_derived!(
/// Whether this server is age-restricted
#[cfg_attr(feature = "serde", serde(skip_serializing_if = "Option::is_none"))]
pub nsfw: Option<bool>,
/// Discord guild template to import from
#[cfg_attr(feature = "serde", serde(skip_serializing_if = "Option::is_none"))]
pub discord_template_id: Option<String>,
}
/// Information about new role to create