feat: Add slash command help system (#57) #62

Merged
shoko merged 18 commits from fix/issue-57 into main 2026-04-14 04:03:29 +02:00
Showing only changes of commit 7a64632a63 - Show all commits

View File

@@ -769,7 +769,7 @@ class ConversationalAgent:
symbol = t.get("symbol", "")
name = t.get("name", "")
# Search API uses price_change_24h, trending uses token_price_change_24h
price_change = t.get("price_change_24h") or t.get("token_price_change_24h", "N/A")
price_change = t.get("price_change_24h") or t.get("token_price_change_24h") or "N/A"
mc = t.get("market_cap", "N/A")
# Store for context
if addr and symbol: