Skip to content

Commit

Permalink
/donate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Savely Krasovsky committed Jun 14, 2017
1 parent 53f40f1 commit 10a15b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ bot.onText(/^\/schedule|^\/myschedule|^Расписание|^Моё распис
});

bot.onText(/^\/donate/, function (msg) {
bot.sendMessage(msg.chat.id, "Небольшую сумму на поддержание и разработку можно подкинуть <a href='https://krasovsky.me/bots'>здесь</a>.");
bot.sendMessage(msg.chat.id, "Небольшую сумму на поддержание и разработку можно подкинуть <a href='https://krasovsky.me/bots'>здесь</a>.", {parse_mode: 'HTML'});
});

// Логирование всех взаимодействий с ботом.
Expand Down

0 comments on commit 10a15b6

Please sign in to comment.