From dd7c9c197cc182241f6450a0920670a4d62a7278 Mon Sep 17 00:00:00 2001 From: Robin Glauser Date: Fri, 4 Sep 2020 17:51:48 +0200 Subject: [PATCH] Better Version message. --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 151222f..abc2fe3 100644 --- a/bot.js +++ b/bot.js @@ -24,7 +24,7 @@ flatastic.getInformation(function (data) { bot.hears(/version/i, (ctx) => { - ctx.replyWithHTML( pjson.version); + ctx.replyWithHTML( "Ich bin auf Version "+pjson.version); }) bot.hears(/einkaufsliste|ichoufe|einkaufen|kaufen|shopping/i, (ctx) => {