From c9809e716a4e215ae32d0ef5948b80874122f5a3 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Thu, 11 Jun 2026 22:28:24 +0700 Subject: [PATCH] feat(gold): add gold commands to Telegram menu --- aws/telegram-commands.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/aws/telegram-commands.json b/aws/telegram-commands.json index 0455e13..1391ed0 100644 --- a/aws/telegram-commands.json +++ b/aws/telegram-commands.json @@ -104,6 +104,26 @@ "command": "trade_stats", "description": "Show portfolio summary with P&L" }, + { + "command": "gold_price", + "description": "Show current gold spot price (USD & VND)" + }, + { + "command": "gold_topup", + "description": "Top up VND to your gold account" + }, + { + "command": "gold_buy", + "description": "Buy gold at spot price (luong)" + }, + { + "command": "gold_sell", + "description": "Sell gold back to VND (luong)" + }, + { + "command": "gold_stats", + "description": "Show gold account summary with P&L" + }, { "command": "stats", "description": "Stats. Try: /stats users, /stats user , /stats cmd "