Skip to content

AI Agent

The AI Agent adds Gemini-powered responses directly in Discord slash commands.

Pricing and Access

  • AI Agent is subscription-gated at $5/month per server.
  • Access is enforced per server through the ai_agent feature gate.
  • There is no dedicated dashboard module for AI Agent.
  • If the feature is not enabled for your server, commands return a paywall message with pricing info.

Command Surface

  • /ask question:<text>
  • /joke [topic]
  • /roast member:<member> [context]
  • /clear-context

Runtime Behavior

  • Commands only run inside a server (DMs are blocked).
  • AI requires both the global AI enable flag and a configured AI provider key.
  • Requests are rate-limited per user and per guild.
  • /ask stores short-lived conversation context per user per server.
  • /clear-context resets your conversation history.

Notes

  • Owner lock/unlock flows were moved to CLI owner operations.
  • AI command availability is controlled operationally and by paid access state.