Add some styling in help

This commit is contained in:
Lucas Gabriel 2024-05-24 20:59:09 -03:00
parent 977291d639
commit f9360f3f43
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

View File

@ -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));