Skip to main content
8 commands. Configuring the viewer/support/manager/owner tier system — who can run what, per Discord role. See Introduction for the full tier table. Tiers (least to most privileged) and what each can do are explained on the Commands overview.
Tier: ownerShows which permission tier each command requires.SellAuth endpoints: none — local by design. Renders the static capability table from core/capabilities.py — no SellAuth call needed to know which tier a command requires.
Tier: ownerImports role-to-tier mappings from config.json into the database.SellAuth endpoints: none — this command works entirely from the bot’s own database.
Tier: ownerRemoves a role’s permission-tier mapping.SellAuth endpoints: none — this command works entirely from the bot’s own database.
Tier: ownerResets permission configuration for this server.SellAuth endpoints: none — this command works entirely from the bot’s own database.
Tier: ownerAssigns a permission tier to a Discord role.SellAuth endpoints: none — this command works entirely from the bot’s own database.
Tier: ownerToggles staff access — lends the shop for lookups and fulfilment to everyone with Discord Administrator in this server, without sharing your licence.SellAuth endpoints: none — this command works entirely from the bot’s own database.
Tier: ownerShows what permission configuration is active for this server.SellAuth endpoints: none — this command works entirely from the bot’s own database.
Tier: ownerShows what tier a specific member actually resolves to.SellAuth endpoints: none — this command works entirely from the bot’s own database.