UNPKG

ln-telegram

Version:
38 lines (36 loc) 1.52 kB
const handleBackupCommand = require('./handle_backup_command'); const handleBalanceCommand = require('./handle_balance_command'); const handleBlocknotifyCommand = require('./handle_blocknotify_command'); const handleConnectCommand = require('./handle_connect_command'); const handleCostsCommand = require('./handle_costs_command'); const handleEarningsCommand = require('./handle_earnings_command'); const handleEditedMessage = require('./handle_edited_message'); const handleGraphCommand = require('./handle_graph_command'); const handleInfoCommand = require('./handle_info_command'); const handleInvoiceCommand = require('./handle_invoice_command'); const handleLiquidityCommand = require('./handle_liquidity_command'); const handleMempoolCommand = require('./handle_mempool_command'); const handlePayCommand = require('./handle_pay_command'); const handlePendingCommand = require('./handle_pending_command'); const handleStartCommand = require('./handle_start_command'); const handleStopCommand = require('./handle_stop_command'); const handleVersionCommand = require('./handle_version_command'); module.exports = { handleBackupCommand, handleBalanceCommand, handleBlocknotifyCommand, handleConnectCommand, handleCostsCommand, handleEarningsCommand, handleEditedMessage, handleGraphCommand, handleInfoCommand, handleInvoiceCommand, handleLiquidityCommand, handleMempoolCommand, handlePayCommand, handlePendingCommand, handleStartCommand, handleStopCommand, handleVersionCommand, };