Skip to main content

Slash Commands

/help

Show an interactive help panel with all available commands organized by category. Usage: /help The response includes a dropdown menu to browse command categories. Only the user who invoked the command can interact with the menu.

/ping

Check the bot’s connection latency. Usage: /ping Response: Pong! 42ms

/check

Manually analyse a message or image for scam patterns. Usage: /check text: <text> image: <attachment> Parameters:
  • text (optional) — The message text to analyse
  • image (optional) — An image to scan (OCR text extraction)
Response: Ephemeral embed with risk level, probability, and matched patterns. At least one parameter must be provided.

/warns

View the warning history for a user. Usage: /warns user: @username Parameters:
  • user (required) — The user to look up
Response: Ephemeral embed showing total warnings and up to 10 most recent entries with timestamps, reasons, and moderators.

/history

View the scam detection history for a user. Usage: /history user: @username Parameters:
  • user (required) — The user to look up
Response: Ephemeral embed showing total detections and up to 10 most recent entries with type, score, confidence, and action taken.

/config

Get a link to the web dashboard for server configuration. Usage: /config Response: Ephemeral embed with the dashboard URL.