From f9360f3f4308eeacee8bb4fdf0e319412510835e Mon Sep 17 00:00:00 2001 From: Lucas Gabriel <90426410+lucmsilva651@users.noreply.github.com> Date: Fri, 24 May 2024 20:59:09 -0300 Subject: [PATCH] Add some styling in help --- src/commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/help.js b/src/commands/help.js index e2b1fca..150c1c3 100644 --- a/src/commands/help.js +++ b/src/commands/help.js @@ -7,7 +7,7 @@ module.exports = function(bot, msg) { - /start: start the bot - /help: send this message - /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) .catch(error => console.error('ERROR: Message cannot be send:', error));