From aab35e370715271fb9b8753adb5f108f9aafa310 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 1 Nov 2020 00:51:41 -0700 Subject: chore/ fix: commit file that i forgot to commit --- src/modules/commands/mods/info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { 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("".to_string()), example: Some("@fun".to_string()), aliases: vec!["mi", "minfo"].iter().map(|e| e.to_string()).collect(), -- cgit v1.2.3