Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add direct link to message onBotMention #319

Merged
merged 13 commits into from
Jan 19, 2020
Next Next commit
Update accidental thread keywords (#296)
Add `!close` to the default list of accidental thread keywords
  • Loading branch information
sporkwitch committed Jun 28, 2019
commit f342980f88085049c641856054cc441b703a5007
3 changes: 2 additions & 1 deletion src/data/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module.exports = {
'okey thx',
'okey no problem',
'okey np',
'cheers'
'cheers',
'!close'
],
};