Modulate bot with some tweaks
This commit is contained in:
parent
92b6afe340
commit
c67df9f865
5 changed files with 33 additions and 15 deletions
6
src/commands/start.js
Normal file
6
src/commands/start.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
// start command handler
|
||||
module.exports = function(bot, msg) {
|
||||
const chatId = msg.chat.id;
|
||||
bot.sendMessage(chatId, "Welcome to Lynx!\n\nI was made with love by Lucas Gabriel (lucmsilva)!\n\nCheck out my source code:\nhttps://github.com/lucmsilva651/lynx")
|
||||
console.log("INFO: /start executed.")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue