/notes
Tip
This command requires the administrator permission by default.
To learn how to change this, please check the faq command.
A note system
/notes add
Adds a note to a user.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| user | User | The user to add a note to. | None |
| note | Transform[str, TextTransformer] | The description of the note. If no note is provided, a form is opened. | None |
/notes remove
The command to remove a note from someone
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| user | User | The user to remove a note from | None |
| note_number | int | Which note to remove. | None |
/notes list
Lists a user's notes.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| user | User | The user who's notes you want to see. | None |
| ephemeral | bool | Whether to only display the notes to you or not. Defaults to True, meaning they are only visible to you. | True, meaning they are only visible to you |
/notes server
Lists all of the notes in your server.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| ephemeral | bool | Whether to only display the notes to you or not. Defaults to True, meaning they are only visible to you. | True, meaning they are only visible to you |