Skip to content

Commit

Permalink
Adding better help
Browse files Browse the repository at this point in the history
  • Loading branch information
nahakiole committed Sep 5, 2020
1 parent dd7c9c1 commit c821f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let flatastic = new Flatastic(process.env.FLATASTIC_TOKEN)

const bot = new Telegraf(process.env.BOT_TOKEN)
bot.start((ctx) => ctx.reply('Welcome!'))
bot.help((ctx) => ctx.reply('Send me a sticker'))
bot.help((ctx) => ctx.reply('Frag mich welche Tasks offen sind 😉'))

let users = {}
flatastic.getInformation(function (data) {
Expand Down

0 comments on commit c821f3d

Please sign in to comment.