Unban, Softban, Lock Channel, Unlock Channel
Unban Member removes a ban by user ID, the person does not need to be in the server. Softban Member bans then immediately unbans, purging their recent messages while leaving them free to rejoin. Lock Channel and Unlock Channel toggle whether everyone can send messages (or connect, for a voice channel).
Warnings Manager module and the underlying blocks
List Warnings reads a member's warning history (from the Warn Member block) into a ready to display summary, optionally merging in their moderation notes too. Remove Warning deletes one entry by its position in the list. The Warnings Manager module is a one click command wrapper around this, attach it to your own command and staff can pull up a member's history instantly.
Moderation notes
Add Moderation Note saves an internal note about a member, no DM sent, no escalation, purely for staff. It shows up alongside warnings when List Warnings is configured to include notes.
Giveaway management
End Giveaway draws winners immediately instead of waiting for the scheduled end. Reroll Giveaway draws a new winner for one that already ended. Delete Giveaway cancels it outright. All three point at the giveaway's own message ID, the same one Start Giveaway writes into a variable.
Personal checklist
Checklist Add Item, Checklist List Items, and Checklist Complete Item let each member keep their own simple to do list, stored per user. Three matching one click modules are ready to attach to your own commands.
Tip: Warnings, moderation notes, and the checklist all live in the same records system as everything else, nothing here needs its own database setup.