Admin Commands

Requires the Kiba Admin role or Administrator permission. Higher-trust operators may have additional access depending on server configuration.

/list

Show all registered codes, linked Discord users (as mentions + IDs), Roblox bindings, and status flags.

/ban <code> <reason>

Blacklist a code. The banned user's code will return the banned message in callbacks.

ParameterTypeRequired
codestringYes
reasonstringYes

/banlist

Show all banned codes and their ban reasons.

/forgive <code>

Unban a code and reinstate it for use.

/info <target>

Comprehensive information about a user. Target can be a @mention, Discord user ID, or 4-character code.

Embed includes:

  1. Code
  2. Roblox Username
  3. Discord ID
  4. Action History (all admin actions on this code)
  5. TASE Check - Discord ID
  6. TASE Check - Roblox ID
  7. In-Game Infractions
  8. Joined Server date
  9. Code Created date
  10. Status flags

/rebind <target>

Clear the Roblox username binding so the user can re-link. Maximum 3 uses per user. Does NOT reset on /rotate.

/delete <target>

Permanently delete a user's active users row. The user can use /code to generate a new one. Historical audit and safety records are preserved.

/rotate <target>

Issue a new 4-character code to a user. Keeps the Roblox binding and historical records. Keeps the last 5 codes in history.

Cooldown: 3-day cooldown for standard admins.

What it does NOT reset: the rebind count.