/note remove

Remove a specific moderation note from a user’s record by referencing its note number.


πŸ’¬ Usage

/note remove <user> <number>
  • <user> – The member whose note you want to remove.

  • <number> – The note’s number from that user’s note list.

⚠️ This is an admin-only command. You can find note numbers using /note view.


πŸ“Œ Example

/note remove @SomeUser 2

This will:

  • Delete note #2 from @SomeUser’s internal note history

  • Return a confirmation once the action is complete


πŸ—ƒοΈ Notes

  • Note numbers are specific to each user and reflect the order they were added.

  • Removing a note will not affect other moderation logs (like warnings or bans).

  • If the specified note doesn’t exist, Pandoryx will let you know.


  • /note add – Add a private note to a user

  • /note view – View all notes recorded for a user

Last updated