diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/commands/mods/info.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/commands/mods/info.rs b/src/modules/commands/mods/info.rs index 11c2119..ced0857 100644 --- a/src/modules/commands/mods/info.rs +++ b/src/modules/commands/mods/info.rs @@ -17,7 +17,7 @@ impl Command for ModInfo { fn options(&self) -> Arc<CommandOptions> { let default = CommandOptions::default(); let options = CommandOptions { - desc: Some("Someone acting up ? Look em' up.".to_string()), + desc: Some("Someone acting up? Look em' up.".to_string()), usage: Some("<user_resolvable>".to_string()), example: Some("@fun".to_string()), aliases: vec!["mi", "minfo"].iter().map(|e| e.to_string()).collect(), |