Files
discord-rpg-concept/docs/COMMANDS.md

3.1 KiB

Command Reference

This document lists all available slash commands in Aurora, categorized by their function.

Economy

Command Description Options Permissions
/balance View your or another user's balance. user (Optional): The user to check. Everyone
/daily Claim your daily currency reward and streak bonus. None Everyone
/pay Transfer currency to another user. user (Required): Recipient.
amount (Required): Amount to send.
Everyone
/trade Start a trade session with another user. user (Required): The user to trade with. Everyone
/exam Take your weekly exam to earn rewards based on XP gain. None Everyone

Inventory & Items

Command Description Options Permissions
/inventory View your or another user's inventory. user (Optional): The user to check. Everyone
/use Use an item from your inventory. item (Required): The item to use (Autocomplete). Everyone

User & Social

Command Description Options Permissions
/profile View your or another user's Student ID card. user (Optional): The user to view. Everyone
/leaderboard View top players. type (Required): 'Level / XP' or 'Balance'. Everyone
/feedback Submit feedback, bug reports, or suggestions. None Everyone
/quests View your active quests. None Everyone

Admin

Important

These commands require Administrator permissions or specific roles as configured.

General Management

Command Description Options
/config Manage bot configuration. group (Req): Section.
key (Req): Setting.
value (Req): New value.
/refresh Refresh commands or configuration cache. type: 'Commands' or 'Config'.
/update Update the bot from the repository. None
/features Enable/Disable system features. feature (Req): Feature name.
enabled (Req): True/False.
/webhook Send a message via webhook. payload (Req): JSON payload.

Moderation

Command Description Options
/warn Warn a user. user (Req): Target.
reason (Req): Reason.
/warnings View active warnings for a user. user (Req): Target.
/clearwarning Clear a specific warning. case_id (Req): Case ID.
/case View details of a specific moderation case. case_id (Req): Case ID.
/cases View moderation history for a user. user (Req): Target.
/note Add a note to a user. user (Req): Target.
note (Req): Content.
/notes View notes for a user. user (Req): Target.
/prune Bulk delete messages. amount (Req): Number (1-100).

Game Admin

Command Description Options
/create_item Create a new item in the database. (Modal based interaction)
/create_color Create a new color role. name (Req): Role name.
hex (Req): Hex color code.
/listing Manage shop listings (Admin view). None (Context sensitive?)
/terminal Control the terminal display channel. action: 'setup', 'update', 'clear'.