Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions content/docs/(functions)/Message/msg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ Here's a comprehensive list of the properties you can access with the `$msg` fun
**Permission Checks:**

* **`isdeleteable`**: Returns `true` if the command author has permission to delete the message, `false` otherwise.
* **`isdeleted`**: Returns `true` if the message has been deleted, `false` otherwise.
* **`iseditable`**: Returns `true` if the command author has permission to edit the message, `false` otherwise.
* **`ispinnable`**: Returns `true` if the command author has permission to pin the message, `false` otherwise.
* **`ispinned`**: Returns `true` if the message is pinned, `false` otherwise.

**Components:**
* **`components`** - return all components in the message like `{button:..} {container:...}`
Expand Down