This commit is contained in:
Lukian LEIZOUR 2022-12-13 18:20:00 +01:00
parent a5a86747ad
commit e5cb45290c
4 changed files with 10 additions and 0 deletions

4
app.js
View file

@ -92,5 +92,9 @@ bot.command('q', ctx => {
answerQuestion(ctx.message.text.slice(+3), ctx, bot)
})
bot.command('sb' , ctx => {
bot.telegram.sendAudio(ctx.chat.id, "./src/audio/Spider-Bigard.mp3", {})
})
//bot launch
bot.launch();