help
/help Command
/help
command provides users with comprehensive information about all available commands and features in the CopperX Payout Bot.Command Overview
src/bot/handlers/help.handler.ts
Functionality
/help
command, the bot:1.
2.
3.
4.
Response Example
📚 CopperX Payout Bot - Help Guide
Welcome to the CopperX Payout Bot! Here's a complete guide to all available commands:
🚀 Basic Commands
/start - Start the bot and see the welcome screen
• New users will be prompted to log in
• Existing users will see their verification status
/help - Show this help message with all commands and instructions
🔐 Authentication
/login - Log in to your CopperX account
• Step 1: Enter your email address
• Step 2: Enter the OTP sent to your email
• Note: KYC verification is required for most features
/logout - Log out from your current session
💰 Wallet Management
/wallet - Manage your cryptocurrency wallet
• View all your wallets across different networks
• Check wallet balances
• Set a default wallet for transactions
• Generate deposit addresses
• Create new wallets on supported networks
💸 Transfer & Payments
/transfer - Access all transfer-related features
• View your transaction history
• Send funds to others
• Withdraw to external wallets
• Set up batch transfers
• Convert crypto to fiat (offramp)
/send - Quick command to send funds (shortcut)
• Can send via email or wallet address
• Supports multiple currencies
• Requires purpose code for compliance
🔍 Additional Information
• Rate Limiting: For system stability, you're limited to 10 requests per minute
• KYC Verification: Most financial operations require KYC verification
• Security: Never share your OTP with anyone, including support
Need more help? Use the buttons below to visit our website, contact support, or review our terms of service.
Implementation Details
Message Template
src/bot/messages/help.messages.ts
:
Command and Callback Integration
1.
commandOperations
in src/bot/operations/command.operations.ts
:
2.
callbackOperations
in src/bot/operations/callback.operations.ts
:
Best Practices for Help Content
1.
2.
3.
4.
5.
6.
7.
Related Files
src/bot/messages/help.messages.ts
- Contains the help message templatesrc/constants/bot-commands.ts
- Defines all available commandssrc/bot/operations/command.operations.ts
- Maps commands to handlerssrc/bot/operations/callback.operations.ts
- Maps callbacks to handlersExtension Points
1.
2.
/help command
to get detailed help for a specific command3.
4.
Modified at 2025-03-23 17:06:15