aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-11-01 00:51:41 -0700
committerFuwn <[email protected]>2020-11-01 00:51:41 -0700
commitaab35e370715271fb9b8753adb5f108f9aafa310 (patch)
tree0eb170f9210f02debd45c0451426af7c305372c0 /src/modules
parentchore: correct punctuation (diff)
downloaddep-core-next-aab35e370715271fb9b8753adb5f108f9aafa310.tar.xz
dep-core-next-aab35e370715271fb9b8753adb5f108f9aafa310.zip
chore/ fix: commit file that i forgot to commit
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/commands/mods/info.rs2
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(),