/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 profileAssign 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.
π Related Commands
/note view
β View all notes for a user/note remove
β Delete a specific note by number
Last updated