Overview
// buckz bot control center
Discord
—
Telegram
—
Servers
—
Crypto Chains
4
⚡ Quick Actions
Send Message
// send a message to any discord channel or telegram chat
💬 Discord — Send to Channel
💡 Right-click a channel → Copy Channel ID
📱 Telegram — Send to Chat
💡 Group ID starts with -100 • Your personal ID from @userinfobot
Commands
// full reference for discord & telegram
🎫 Ticket Commands Discord
| Command | Description | Permission |
|---|---|---|
| /ticket-panel | Post ticket panel with buttons | Manage Channels |
| /close | Close & delete current ticket | Anyone in ticket |
| /add @user | Add user to ticket | Staff |
| /remove @user | Remove user from ticket | Staff |
| /claim | Claim ticket — AI steps down | Staff |
| /unclaim | Return ticket to AI | Staff |
| /escalate | Ping human staff | Staff |
🔨 Moderation Both
| Command | Discord | Telegram | Who |
|---|---|---|---|
| Timeout/Mute 24h | /timeout @user | /mute (reply) | Mod |
| Remove timeout | /untimeout @user | /unmute (reply) | Mod |
| Kick | /kick @user | — | Mod |
| Ban | /ban @user | /ban (reply) | Admin |
| Warn | /warn @user | /warn (reply) | Mod |
| Purge messages | /purge <1-100> | — | Mod |
| Lock channel | /lock | — | Mod |
| Unlock channel | /unlock | — | Mod |
🛒 Shop & Stock Both
| Command | Discord | Telegram | Who |
|---|---|---|---|
| Quick shop links | !cst | !cst / /shop | Anyone |
| Post product | /shop | — | Staff |
| Crypto addresses | /crypto | /crypto | Staff |
| Add stock | /addstock | — | Admin |
| Deliver account | /deliver <product> | — | Staff |
| View pending payments | /awaiting | — | Staff |
🤖 AI & Messaging Both
| Action | Discord | Telegram | Who |
|---|---|---|---|
| Send pending msg | /confirm #ticket | /confirm | Staff |
| Cancel pending msg | /deny #ticket | /deny | Staff |
| Toggle AI | /ai-toggle | /ai on|off | Admin |
| Post rules | /rules | /rules | Admin |
| Post review | /review | /review 5 product msg | Admin |
| Give role | /giverole @user @role | — | Staff |
| Setup server | /setup | — | Admin |
Announcement
// post an announcement embed to discord or telegram
💬 Discord Announcement
📱 Telegram Announcement
Post Shop Item
// post a product embed to a discord channel from the dashboard
🛒 Product Embed
Crypto
// send crypto payment embed to a channel or copy wallet addresses
📤 Send Crypto Embed to Channel
🟡
Bitcoin
BTC
bc1qqkypfjpfup8pvvna7f2kmnqef4uuyfdtuc9kk6
⚪
Litecoin
LTC
ltc1qedhevejhqm5fj3cypdhujqckvytn359nlcrj9m
🟣
Solana
SOL
EPeeAqRMDSECB886BSmGHDkYqJSuSG1rMx4T18efbK3L
🔷
Ethereum
ETH
0x70ac74d5d3d660d585bb445266487bae14ab7637
Post Rules
// send the buckz rules embed to any channel
📋 Post Rules to Discord Channel
Moderation
// timeout, kick or ban users directly from the dashboard
⏱️ Timeout User (24h)
👢 Kick User
🔨 Ban User
Stock
// live stock levels — add accounts via /addstock in discord
Loading...
AutoMod
// words that trigger delete + 24h timeout
Banned Words
29
Timeout
24h
Action
Delete+Mute
🚫 Banned Words
Edit BANNED_WORDS in index.js and telegram.js to change.
Setup Guide
// reference for env variables and start commands
📋 .env Variables
| Variable | Where to get it | Required |
|---|---|---|
| BOT_TOKEN | discord.com/developers → Bot → Reset Token | Yes |
| CLIENT_ID | discord.com/developers → General Information | Yes |
| GUILD_ID | Right-click server → Copy Server ID | Yes |
| ANTHROPIC_API_KEY | console.anthropic.com → API Keys | Yes |
| TELEGRAM_BOT_TOKEN | @BotFather on Telegram → /newbot | Telegram |
| TELEGRAM_ADMIN_IDS | @userinfobot on Telegram | Telegram |
| DASHBOARD_KEY | Set your own password here | Yes |
| DASHBOARD_PORT | Default is 3001 | Optional |
| ETHERSCAN_API_KEY | etherscan.io/myapikey (free) | ETH only |
🚀 Start Commands
| Command | What it does |
|---|---|
| npm install | Install all packages (run once) |
| node index.js | Start Discord bot |
| node telegram.js | Start Telegram bot |
| node dashboard/server.js | Start this dashboard server |
| npm run start:all | Start everything at once |