Skip to content

Commit

Permalink
Fix typo in command option description
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Apr 10, 2024
1 parent 0ad01b3 commit 6ba2cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/commands.md
Expand Up @@ -345,7 +345,7 @@ None
* `user` - Person to ban - User
* `delete-message-days` - The number of days worth of messages to delete - Int
* `reason` - The reason for the ban - Defaulting String
* `soft-ban` - Weather to soft-ban this user (unban them one messages are deleted) - Defaulting Boolean
* `soft-ban` - Weather to soft-ban this user (unban them once messages are deleted) - Defaulting Boolean
* `dm` - Whether to send a direct message to the user about the ban - Defaulting Boolean
* `image` - An image you'd like to provide as extra context for the action - Optional Attachment

Expand Down
Expand Up @@ -1150,7 +1150,7 @@ class ModerationCommands : Extension() {
/** Weather to softban this user or not. */
val softBan by defaultingBoolean {
name = "soft-ban"
description = "Weather to soft-ban this user (unban them one messages are deleted)"
description = "Weather to soft-ban this user (unban them once messages are deleted)"
defaultValue = false
}

Expand Down

0 comments on commit 6ba2cf2

Please sign in to comment.