/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 historyReturn 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.
๐ Related Commands
/note add
โ Add a private note to a user/note view
โ View all notes recorded for a user
Last updated