Skip to content

Commit

Permalink
Apply review comments
Browse files Browse the repository at this point in the history
- Remove temp-ban remove, incorporate into unban
- Remove soft-ban, incorporate into main ban command
  • Loading branch information
NoComment1105 committed Apr 4, 2024
1 parent be1510d commit 0ad01b3
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 209 deletions.
24 changes: 1 addition & 23 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,22 +345,10 @@ 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
* `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

---
### Command name: `soft-ban`
**Description**: Soft-bans a user.

**Required Member Permissions**: Ban Members

* Arguments:
* `user` - Person to Soft ban - User
* `delete-message-days` - The number of days worth of messages to delete - Optional Int/Long
* `reason` - The reason for the ban - Defaulting String
* `dm` - Whether to send a direct message to the user about the soft-ban - Defaulting Boolean
* `image` - An image you'd like to provide as extra context for the action - Optional Attachment

---
### Command name: `temp-ban add`
**Description**: Temporarily bans a user
Expand All @@ -375,16 +363,6 @@ None
* `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

---
### Command name: `temp-ban remove`
**Description**: Removes a temporary ban

**Required Member Permissions**: Ban Members

* **Arguments**:
* `user` - Person to un-ban - User
* `reason` - The reason for the un-ban - Defaulting String

---
### Command name: `temp-ban view-all`
**Description**: View all temporary bans for this guild
Expand Down

0 comments on commit 0ad01b3

Please sign in to comment.