From c821f3d07402f11cc346e91201f58e417bca6e9d Mon Sep 17 00:00:00 2001 From: Robin Glauser Date: Sat, 5 Sep 2020 10:44:47 +0200 Subject: [PATCH] Adding better help --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index abc2fe3..a526b19 100644 --- a/bot.js +++ b/bot.js @@ -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) {