diff --git a/content/docs/(functions)/Message/msg.mdx b/content/docs/(functions)/Message/msg.mdx index dfd28015..51a33556 100644 --- a/content/docs/(functions)/Message/msg.mdx +++ b/content/docs/(functions)/Message/msg.mdx @@ -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:...}`