Discord: checking...
Telegram: checking...
Overview
// buckz bot control center
💬
Discord
📱
Telegram
🏠
Servers
🪙
Crypto Chains
4
⚡ Quick Actions
🛒 Sell.app Products
ProductLink
📦 Product 1Open →
💳 PayPal AccountsOpen →
💸 Revolut AccountsOpen →
🦊 MetaMask AccountsOpen →
👻 Phantom WalletOpen →
💬 Discord AccountsOpen →
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
CommandDescriptionPermission
/ticket-panelPost ticket panel with buttonsManage Channels
/closeClose & delete current ticketAnyone in ticket
/add @userAdd user to ticketStaff
/remove @userRemove user from ticketStaff
/claimClaim ticket — AI steps downStaff
/unclaimReturn ticket to AIStaff
/escalatePing human staffStaff
🔨 Moderation Both
CommandDiscordTelegramWho
Timeout/Mute 24h/timeout @user/mute (reply)Mod
Remove timeout/untimeout @user/unmute (reply)Mod
Kick/kick @userMod
Ban/ban @user/ban (reply)Admin
Warn/warn @user/warn (reply)Mod
Purge messages/purge <1-100>Mod
Lock channel/lockMod
Unlock channel/unlockMod
🛒 Shop & Stock Both
CommandDiscordTelegramWho
Quick shop links!cst!cst / /shopAnyone
Post product/shopStaff
Crypto addresses/crypto/cryptoStaff
Add stock/addstockAdmin
Deliver account/deliver <product>Staff
View pending payments/awaitingStaff
🤖 AI & Messaging Both
ActionDiscordTelegramWho
Send pending msg/confirm #ticket/confirmStaff
Cancel pending msg/deny #ticket/denyStaff
Toggle AI/ai-toggle/ai on|offAdmin
Post rules/rules/rulesAdmin
Post review/review/review 5 product msgAdmin
Give role/giverole @user @roleStaff
Setup server/setupAdmin
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
VariableWhere to get itRequired
BOT_TOKENdiscord.com/developers → Bot → Reset TokenYes
CLIENT_IDdiscord.com/developers → General InformationYes
GUILD_IDRight-click server → Copy Server IDYes
ANTHROPIC_API_KEYconsole.anthropic.com → API KeysYes
TELEGRAM_BOT_TOKEN@BotFather on Telegram → /newbotTelegram
TELEGRAM_ADMIN_IDS@userinfobot on TelegramTelegram
DASHBOARD_KEYSet your own password hereYes
DASHBOARD_PORTDefault is 3001Optional
ETHERSCAN_API_KEYetherscan.io/myapikey (free)ETH only
🚀 Start Commands
CommandWhat it does
npm installInstall all packages (run once)
node index.jsStart Discord bot
node telegram.jsStart Telegram bot
node dashboard/server.jsStart this dashboard server
npm run start:allStart everything at once