diff options
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config.rs b/src/app/config.rs index 746d5a4..fd0ac6b 100644 --- a/src/app/config.rs +++ b/src/app/config.rs @@ -99,7 +99,7 @@ pub struct Character { pub sticker_name: String, #[serde(rename = "defaultPose")] pub default_pose: String, - pub description: String, + pub description: MarkdownString, pub pronouns: PronounSet, pub stickers: Vec<String>, } |
