Skip to content

/notes

Tip

This command requires the administrator permission by default. To learn how to change this, please check the faq command.

/notes add

Adds a note to a user.

Parameters:

Name Type Description Default
user User

The user to add a note to.

required
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

required
note_number int

Which note to remove.

required

/notes list

Lists a user's notes.

Parameters:

Name Type Description Default
user User

The user who's notes you want to see.

required
ephemeral bool

Whether to only display the notes to you or not. Defaults to True, meaning they are only visible to you.

True

/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