Skip to content

Commit

Permalink
Better Version message.
Browse files Browse the repository at this point in the history
  • Loading branch information
nahakiole committed Sep 4, 2020
1 parent 16953c7 commit dd7c9c1
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 @@ -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) => {
Expand Down

0 comments on commit dd7c9c1

Please sign in to comment.