Skip to content

Commit e1ba9fa

Browse files
Merge #46
46: Fix mod r=Emilgardis a=Emilgardis bors r+ Co-authored-by: Emil Gardström <[email protected]>
2 parents 8a469f4 + 2415721 commit e1ba9fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/pubsub/hype_train.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pub struct Config {
189189
/// Primary color of hex
190190
pub primary_hex_color: Option<String>,
191191
// FIXME: 2020-11-22 I suspect this will always be returned
192-
/// Uses perzonalized settings
192+
/// Uses personalized settings
193193
pub use_personalized_settings: Option<bool>,
194194
/// Use theme color or not
195195
pub use_theme_color: Option<bool>,

src/pubsub/moderation.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ pub enum ModerationActionCommand {
102102
///
103103
/// Given when a user is timed-out with `/timeout <user> <time> <reason>`
104104
Timeout,
105+
/// Untimeout
106+
///
107+
/// Given when a user is unbanned while under a timeout `/untimeout <user>` or `/unban <user>`
108+
Untimeout,
105109
/// Mod
106110
///
107111
/// Given when a user is added as a moderator. `/mod <user>`.

0 commit comments

Comments
 (0)