/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