Skip to content

Commit

Permalink
Adding new keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
nahakiole committed Sep 4, 2020
1 parent 542d0c8 commit 16953c7
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 @@ -54,7 +54,7 @@ bot.hears(/einkaufsliste|ichoufe|einkaufen|kaufen|shopping/i, (ctx) => {
});


bot.hears(/task|aufgabe|ämtli/i, (ctx) => {
bot.hears(/task|aufgabe|ämtli|ufgabe/i, (ctx) => {

flatastic.getTaskList(function (data) {
var tasks = "";
Expand Down

0 comments on commit 16953c7

Please sign in to comment.