Added an alias to refresh points

This commit is contained in:
Jacob Henry 2018-12-03 17:19:20 -05:00
parent c6f2dd9844
commit 2c468d5c0d
1 changed files with 4 additions and 1 deletions

View File

@ -354,6 +354,9 @@ reassign_hook = slack_util.Hook(reassign_callback,
channel_whitelist=[channel_util.HOUSEJOBS]) channel_whitelist=[channel_util.HOUSEJOBS])
refresh_hook = slack_util.Hook(refresh_callback, refresh_hook = slack_util.Hook(refresh_callback,
patterns="refresh points", patterns=[
"refresh points",
"update points"
],
channel_whitelist=[channel_util.COMMAND_CENTER_ID] channel_whitelist=[channel_util.COMMAND_CENTER_ID]
) )