/note add

Privately add a moderation note to a user’s record. Notes are only visible to staff and are useful for tracking user behavior over time without issuing a formal warning.


πŸ’¬ Usage

/note add <user> <text>
  • <user> – The member you want to add a note to.

  • <text> – The content of the note β€” usually a short description of behavior or context.

⚠️ This is an admin-only command. Notes are not visible to the user and do not trigger any notifications.


πŸ“Œ Example

/note add @SomeUser Frequently toes the line but hasn't technically broken rules

This will:

  • Log the note to @SomeUser’s internal profile

  • Assign it a number in their note history

  • Allow it to be referenced later via /note view or removed with /note remove


πŸ—ƒοΈ Notes

  • Notes are ordered numerically, starting with #1 for each user.

  • Notes are a great option for informal documentation β€” think of them as a mod notebook.

  • No DMs or public log messages are sent when notes are added.


Last updated