rss-telegram-bot
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -176,3 +176,4 @@ const { getRSSHubLink } = require('./rsshub'); | ||
const msgId = msg.message_id; | ||
bot.sendMessage(chatId, 'pong! Please select a category to start your subscribing', { | ||
const urls = await db.getAllUrl(); | ||
bot.sendMessage(chatId, `pong! I have saved ${urls.length} urls.\nPlease select a category to start your subscribing`, { | ||
reply_to_message_id: msgId, | ||
@@ -179,0 +180,0 @@ reply_markup: { |
{ | ||
"name": "rss-telegram-bot", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "RSSBot 是一个能帮你订阅 RSSHub 的 Telegram Bot", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
272898
934