Add misssing attribute

This commit is contained in:
bitfl0wer 2023-06-08 20:42:40 +02:00
parent 46fac4b132
commit 4547e8b2d6
1 changed files with 1 additions and 0 deletions

View File

@ -23,4 +23,5 @@ pub struct RoleCreateSchema {
pub icon: Option<Vec<u8>>, pub icon: Option<Vec<u8>>,
pub unicode_emoji: Option<String>, pub unicode_emoji: Option<String>,
pub mentionable: Option<bool>, pub mentionable: Option<bool>,
pub position: Option<i32>,
} }