Reputation
Give Reputation adds to a member's reputation score, Get Reputation reads it. A simple counter, separate from XP or balance, for whatever your community wants to track, helpfulness, trustworthiness, anything.
Custom profiles
Set Profile Field saves one named field (about me, pronouns, favorite game, anything you design your command to ask for) on the command user's own profile. Get Profile reads a member's saved fields back, formatted and ready to show in an embed.
Role shop
Shop Purchase spends from the same balance value the Economy module already uses to grant a role, branching by success or insufficient funds. For a shop with more than one item, add a Select Menu block with one option per item and wire each option to its own Shop Purchase block with that item's own price and role, the same way any other multi choice flow is built here.
Marriage
Propose Marriage posts a proposal with Accept and Decline buttons for the target member, only they can respond. Divorce ends the command user's current marriage. Get Marriage Status looks up whether a member is married and to whom. Four matching one click modules cover proposing, accepting is handled automatically by the buttons, divorcing, and checking status.
Role Persist module
A config only module: when a member with roles leaves, their roles are saved, if they rejoin later, whichever of those roles still exist are regranted automatically.
Tip: None of this needs a new database table, it all reuses the same records and per user variable systems every other block in this section already relies on.