Skip to content

Commit

Permalink
Reenable regular catchall
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Feb 16, 2022
1 parent 39c3b6d commit 8df31a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ controller.hears(
);

// catch-all for direct messages
// controller.hears(".*", "direct_message,indirect_mention,direct_mention", interactionCatchall);
controller.hears(".*", "direct_message,indirect_mention,direct_mention", interactionCatchall);

controller.hears(".*", "mention,direct_message,indirect_mention,direct_mention", interactionGamelab)
// controller.hears(".*", "mention,direct_message,indirect_mention,direct_mention", interactionGamelab)

controller.on("view_submission", async (bot, message) => {
bot.replyAcknowledge();
Expand Down

0 comments on commit 8df31a5

Please sign in to comment.