We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d755e3f commit 8e1b8efCopy full SHA for 8e1b8ef
1 file changed
pybot/endpoints/slack/commands.py
@@ -27,7 +27,7 @@ def create_endpoints(plugin: SlackPlugin):
27
plugin.on_command("/ticket", slash_ticket, wait=False)
28
plugin.on_command("/roll", slash_roll, wait=False)
29
plugin.on_command("/mentor", slash_mentor, wait=False)
30
- plugin.on_command("/mentorvolunteer", slash_mentor_volunteer, wait=False)
+ plugin.on_command("/mentor-volunteer", slash_mentor_volunteer, wait=False)
31
32
33
@catch_command_slack_error
0 commit comments