Skip to content

Commit

Permalink
Fix doc file
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Apr 2, 2024
1 parent 5f8d188 commit 98e8ad3
Showing 1 changed file with 56 additions and 52 deletions.
108 changes: 56 additions & 52 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,70 @@ None
* `channel` - The channel to view the auto-threading settings for. - Channel

---
#### Command name: `auto-threading add-roles`
### Command name: `auto-threading add-roles`
**Description**: Add extra to threads in auto-threaded channels
**Additional Information**:This command will add roles to be pinged alongside the default ping role for this auto-threaded channel
Required Member Permissions: Manage Channels

**Additional Information**: This command will add roles to be pinged alongside the default ping role for this auto-threaded channel

**Required Member Permissions**: Manage Channels

* **Arguments**:
* `role` - A role to invite to threads in this channel - Optional Role

---
#### Command name: `auto-threading remove-roles`
### Command name: `auto-threading remove-roles`
**Description**: Remove extra from threads in auto-threaded channels
**Additional Information**:This command will remove roles that have been added to be pinged alongside the default ping role for this auto-threaded channel
Required Member Permissions: Manage Channels

**Additional Information**: This command will remove roles that have been added to be pinged alongside the default ping role for this auto-threaded channel

**Required Member Permissions**: Manage Channels

* **Arguments**:
* `role` - A role to invite to threads in this channel - Optional Role

---
### Command name: `clear count`
**Description**: Clear a specific count of messages

**Required Member Permissions**: Manage Messages

* **Arguments**:
* `messages` - Number of messages to delete - Int
* `author` - The author of the messages to clear - Optional User

---
### Command name: `clear before`
**Description**: Clear messages before a given message ID

**Required Member Permissions**: Manage Messages

* **Arguments**:
* `before` - The ID of the message to clear before - Snowflake
* `message-count` - The number of messages to clear - Optional Int/Long
* `author` - The author of the messages to clear - Optional User

---
### Command name: `clear after`
**Description**: Clear messages before a given message ID

**Required Member Permissions**: Manage Messages

* **Arguments**:
* `after` - The ID of the message to clear after - Snowflake
* `message-count` - The number of messages to clear - Optional Int/Long
* `author` - The author of the messages to clear - Optional User

---
### Command name: `clear between`
**Description**: Clear messages between 2 message IDs

**Required Member Permissions**: Manage Messages

* **Arguments**:
* `after` - The ID of the message to clear after - Snowflake
* `before` - The ID of the message to clear before - Snowflake
* `author` - The author of the messages to clear - Optional User

---
### Command name: `config moderation`
**Description**: Configure Lily's moderation system
Expand Down Expand Up @@ -336,49 +383,6 @@ None
* `dm` - Whether to send a direct message to the user about the kick - Defaulting Boolean
* `image` - An image you'd like to provide as extra context for the action - Optional Attachment

---
### Command name: `clear count`
**Description**: Clear a specific count of messages

**Required Member Permissions**: Manage Messages

* **Arguments**:
* `messages` - Number of messages to delete - Int
* `author` - The author of the messages to clear - Optional User

---
### Command name: `clear before`
**Description**: Clear messages before a given message ID

**Required Member Permissions**: Manage Messages

* **Arguments**:
* `before` - The ID of the message to clear before - Snowflake
* `message-count` - The number of messages to clear - Optional Int/Long
* `author` - The author of the messages to clear - Optional User

---
### Command name: `clear after`
**Description**: Clear messages before a given message ID

**Required Member Permissions**: Manage Messages

* **Arguments**:
* `after` - The ID of the message to clear after - Snowflake
* `message-count` - The number of messages to clear - Optional Int/Long
* `author` - The author of the messages to clear - Optional User

---
### Command name: `clear between`
**Description**: Clear messages between 2 message IDs

**Required Member Permissions**: Manage Messages

* **Arguments**:
* `after` - The ID of the message to clear after - Snowflake
* `before` - The ID of the message to clear before - Snowflake
* `author` - The author of the messages to clear - Optional User

---
### Command name: `timeout`
**Description**: Times out a user.
Expand Down Expand Up @@ -735,8 +739,8 @@ None
* `clear` - Whether to clear the channel before repopulating it - Defaulting Boolean

---
### Command name: `phishing-check`
**Description**: Check whether a given domain is a known phishing domain.
### Command name: `url-safety-check`
**Description**: Check whether a given domain is a known unsafe domain.

* Arguments:
* `domain` - Domain to check - String
Expand Down Expand Up @@ -785,7 +789,7 @@ None
### Message Command: `Report`

---
### Message Command: `Phishing Check`
### Message Command: `URL Safety Check`

---
## User Commands
Expand Down

0 comments on commit 98e8ad3

Please sign in to comment.