Typo fixes + More commands in help

This commit is contained in:
Lucas Gabriel 2024-05-31 17:55:09 -03:00
parent 9a98d51dd5
commit 3527ce5392
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
3 changed files with 8 additions and 5 deletions

View file

@ -6,7 +6,10 @@ module.exports = function(bot, msg) {
const message = `Hi! I am Lynx!\nI am a simple bot made entirely from scratch in Node.js by Lucas Gabriel (lucmsilva).\n\nSome commands to test:
/start: start the bot
/help: send this message
/whois: send some information about yourself\n\nSee my source code in:
/whois: send some information about yourself
/chatinfo: send some information about the group
/furry: check if you are a furry
/gay: check if you are a gay\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 ❤️`;
bot.sendMessage(chatId, message, {disable_web_page_preview: true})