Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit daf8321

Browse files
committed
Renombrar nombre del archivo principal
1 parent be39f52 commit daf8321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AsynBot.js renamed to index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const bot = new Telegraf(process.env.BOT_TOKEN)
1010
bot.start((ctx) => ctx.reply('Bienvenido'))
1111
bot.help((ctx) => ctx.reply('Esta seccion esta en desarrollo...'))
1212
bot.on('sticker', (ctx) => ctx.reply('👍'))
13-
bot.command('github', (ctx) => ctx.reply('Esta es la cuenta de JavaScript Ecuador en Github'))
13+
bot.command('github', (ctx) => ctx.reply('Esta es la cuenta de JavaScript Ecuador en Github https://github.com/javascriptecuador'))
1414
// En esa función se debería usar RegExp para cuando alguien salude, y el bot pueda responder
1515
bot.hears('Hola a todos', (ctx) => ctx.reply('Hola humano!'))
1616
bot.on('new_chat_members', (ctx) => {

0 commit comments

Comments
 (0)