Files
miti99bot/telegram-commands.json
T

149 lines
3.5 KiB
JSON

{
"commands": [
{
"command": "help",
"description": "Show all available commands"
},
{
"command": "info",
"description": "Show chat, thread, and sender IDs"
},
{
"command": "ping",
"description": "Health check; replies pong"
},
{
"command": "wordle",
"description": "Classic wordle; guess the 5-letter word"
},
{
"command": "wordle_new",
"description": "Start a new wordle round"
},
{
"command": "wordle_giveup",
"description": "Reveal the current wordle answer"
},
{
"command": "wordle_stats",
"description": "Show your wordle stats"
},
{
"command": "loldle",
"description": "Classic loldle; guess the champion"
},
{
"command": "loldle_giveup",
"description": "Reveal the current loldle answer"
},
{
"command": "loldle_stats",
"description": "Show your loldle stats"
},
{
"command": "lol",
"description": "LoL matches for a date"
},
{
"command": "lol_this_week",
"description": "LoL matches for this week"
},
{
"command": "lol_subscribe",
"description": "Get the daily LoL schedule digest"
},
{
"command": "lol_unsubscribe",
"description": "Stop the daily LoL schedule digest"
},
{
"command": "wc",
"description": "World Cup matches for a date"
},
{
"command": "wc_this_week",
"description": "World Cup matches for this week"
},
{
"command": "wc_subscribe",
"description": "Get the daily World Cup schedule digest"
},
{
"command": "wc_unsubscribe",
"description": "Stop the daily World Cup schedule digest"
},
{
"command": "stock_price",
"description": "Show current VN stock price"
},
{
"command": "stock_topup",
"description": "Top up VND to your stock account"
},
{
"command": "stock_buy",
"description": "Buy VN stock at market price"
},
{
"command": "stock_sell",
"description": "Sell VN stock back to VND"
},
{
"command": "stock_bonus",
"description": "Record bonus shares"
},
{
"command": "stock_dividend",
"description": "Record cash dividend per share"
},
{
"command": "stock_portfolio",
"description": "Show stock portfolio with P&L"
},
{
"command": "gold_price",
"description": "Show current SJC gold buy/sell price"
},
{
"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_portfolio",
"description": "Show gold portfolio with P&L"
},
{
"command": "coin_price",
"description": "Show current crypto price in USD"
},
{
"command": "coin_topup",
"description": "Top up USD to your coin account"
},
{
"command": "coin_buy",
"description": "Buy coin with USD amount"
},
{
"command": "coin_sell",
"description": "Sell coin for a USD amount"
},
{
"command": "coin_portfolio",
"description": "Show coin portfolio with P&L"
},
{
"command": "stats",
"description": "Stats. Try: /stats users, /stats user <name>, /stats cmd <name>"
}
]
}