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/mods/kickbans.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/mods/kickbans.rs')
| -rw-r--r-- | src/modules/commands/mods/kickbans.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/commands/mods/kickbans.rs b/src/modules/commands/mods/kickbans.rs index ca26350..f7f5de4 100644 --- a/src/modules/commands/mods/kickbans.rs +++ b/src/modules/commands/mods/kickbans.rs @@ -71,7 +71,7 @@ impl Command for KickUser { let default = CommandOptions::default(); let options = CommandOptions { // desc: Some("Kicks a user. Reason is discarded due to a limitation in Serenity but will be implemented at a later date.".to_string()), - desc: Some("Want to temporarily set-back someone ? (Reason is currentaly disabled.)".to_string()), + desc: Some("Want to temporarily set-back someone? (Reason is currentaly disabled.)".to_string()), usage: Some("<user_resolvable> [reason]".to_string()), example: Some("217348698294714370 spamming images in general".to_string()), required_permissions: Permissions::KICK_MEMBERS, |