diff options
| author | Fuwn <[email protected]> | 2020-11-01 00:50:40 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-11-01 00:50:40 -0700 |
| commit | d9160764c018bb04878f092b6eff592b63e1b262 (patch) | |
| tree | 5e52b1053ce020d9abfc8ca3434c3dc17d92704f /src/modules/commands/admins/tests.rs | |
| parent | feat (desc) (diff) | |
| download | dep-core-next-d9160764c018bb04878f092b6eff592b63e1b262.tar.xz dep-core-next-d9160764c018bb04878f092b6eff592b63e1b262.zip | |
chore: correct punctuation
Diffstat (limited to 'src/modules/commands/admins/tests.rs')
| -rw-r--r-- | src/modules/commands/admins/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/commands/admins/tests.rs b/src/modules/commands/admins/tests.rs index d4c8692..c146888 100644 --- a/src/modules/commands/admins/tests.rs +++ b/src/modules/commands/admins/tests.rs @@ -18,7 +18,7 @@ impl Command for TestWelcome { fn options(&self) -> Arc<CommandOptions> { let default = CommandOptions::default(); let options = CommandOptions { - desc: Some("Feeling superstitious ? I'll check if your welcome configuration is correct.".to_string()), + desc: Some("Feeling superstitious? I'll check if your welcome configuration is correct.".to_string()), max_args: Some(0), required_permissions: Permissions::MANAGE_GUILD, ..default |