Skip to content

Commit

Permalink
Also run gamelab on mention
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Feb 11, 2022
1 parent f1460c5 commit 39b167b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ controller.hears(
// catch-all for direct messages
// controller.hears(".*", "direct_message,indirect_mention,direct_mention", interactionCatchall);

controller.hears(".*", "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 39b167b

Please sign in to comment.