mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-07-27 22:15:43 +00:00
12 lines
300 B
JavaScript
12 lines
300 B
JavaScript
import 'dotenv/config'
|
|
import { sendTelegram } from './src/lib/telegram.js'
|
|
|
|
await sendTelegram(`
|
|
<b>🦞 citrea-claw-skill connected</b>
|
|
|
|
Telegram alerts are working correctly.
|
|
Bot is ready to send arb and pool notifications.
|
|
`.trim())
|
|
|
|
console.log('✅ Test message sent — check your Telegram.')
|