Added an alias to refresh points
This commit is contained in:
parent
c6f2dd9844
commit
2c468d5c0d
|
|
@ -354,6 +354,9 @@ reassign_hook = slack_util.Hook(reassign_callback,
|
|||
channel_whitelist=[channel_util.HOUSEJOBS])
|
||||
|
||||
refresh_hook = slack_util.Hook(refresh_callback,
|
||||
patterns="refresh points",
|
||||
patterns=[
|
||||
"refresh points",
|
||||
"update points"
|
||||
],
|
||||
channel_whitelist=[channel_util.COMMAND_CENTER_ID]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue