mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-04-29 09:25:58 +00:00
Add some styling in help
This commit is contained in:
parent
977291d639
commit
f9360f3f43
@ -7,7 +7,7 @@ module.exports = function(bot, msg) {
|
|||||||
- /start: start the bot
|
- /start: start the bot
|
||||||
- /help: send this message
|
- /help: send this message
|
||||||
- /whois: send some information about yourself\n\nSee my source code in:
|
- /whois: send some information about yourself\n\nSee my source code in:
|
||||||
https://github.com/lucmsilva651/lynx.\n\nThanks to all users, testers, contributors, and others. Without you, perhaps this bot wouldn't be possible.`;
|
- https://github.com/lucmsilva651/lynx.\n\nThanks to all users, testers, contributors, and others. Without you, perhaps this bot wouldn't be possible.`;
|
||||||
|
|
||||||
bot.sendMessage(chatId, message)
|
bot.sendMessage(chatId, message)
|
||||||
.catch(error => console.error('ERROR: Message cannot be send:', error));
|
.catch(error => console.error('ERROR: Message cannot be send:', error));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user