This commit is contained in:
Lukian LEIZOUR 2022-11-19 15:10:55 +01:00
parent e2976a4654
commit cb0312b437
7 changed files with 78 additions and 4 deletions

4
app.js
View file

@ -78,9 +78,5 @@ bot.command('suggest', ctx => {
console.log('--> sent suggestion message to the channel')
})
bot.on('photo', ctx => {
console.log(ctx)
})
//bot launch
bot.launch();