docs: update readme

This commit is contained in:
Acbox
2026-01-12 16:29:55 +08:00
parent 93cb54fbe7
commit 88f0f14700
6 changed files with 32 additions and 736 deletions
Binary file not shown.
+1 -3
View File
@@ -25,9 +25,7 @@ async function main() {
const platform = new TelegramPlatform()
try {
platform.serve({
botToken,
})
platform.serve()
console.log('✅ Bot is running...')
console.log('Press Ctrl+C to stop')