Skip to content

🔔 Price Alert Commands

Set automated price targets and let Nexora notify you when market targets are reached.


/alert set

Create a new automated price alert stored in PostgreSQL.

  • Usage: /alert set coin:<coin> target_price:<number> condition:<ABOVE|BELOW>
  • Examples:
    • /alert set coin:bitcoin target_price:100000 condition:Price reaches ABOVE target
    • /alert set coin:SOL target_price:150 condition:Price drops BELOW target

⏰ Evaluation Engine:

  • Background worker checks CoinGecko live prices every 2 minutes.
  • Triggers an instant notification mention in the channel where the alert was created (or DM).
  • Deactivates upon firing to prevent spam.

/alert list

View all active price alerts created by your Discord account.

  • Usage: /alert list

/alert delete

Cancel an active price alert using its Alert ID.

  • Usage: /alert delete id:<alert_id>