File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ pub struct Config {
189
189
/// Primary color of hex
190
190
pub primary_hex_color : Option < String > ,
191
191
// FIXME: 2020-11-22 I suspect this will always be returned
192
- /// Uses perzonalized settings
192
+ /// Uses personalized settings
193
193
pub use_personalized_settings : Option < bool > ,
194
194
/// Use theme color or not
195
195
pub use_theme_color : Option < bool > ,
Original file line number Diff line number Diff line change @@ -102,6 +102,10 @@ pub enum ModerationActionCommand {
102
102
///
103
103
/// Given when a user is timed-out with `/timeout <user> <time> <reason>`
104
104
Timeout ,
105
+ /// Untimeout
106
+ ///
107
+ /// Given when a user is unbanned while under a timeout `/untimeout <user>` or `/unban <user>`
108
+ Untimeout ,
105
109
/// Mod
106
110
///
107
111
/// Given when a user is added as a moderator. `/mod <user>`.
You can’t perform that action at this time.
0 commit comments