Skip to content

Commit 8e1b8ef

Browse files
committed
Switch /mentorvolunteer to /mentor-volunteer
1 parent d755e3f commit 8e1b8ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pybot/endpoints/slack/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def create_endpoints(plugin: SlackPlugin):
2727
plugin.on_command("/ticket", slash_ticket, wait=False)
2828
plugin.on_command("/roll", slash_roll, wait=False)
2929
plugin.on_command("/mentor", slash_mentor, wait=False)
30-
plugin.on_command("/mentorvolunteer", slash_mentor_volunteer, wait=False)
30+
plugin.on_command("/mentor-volunteer", slash_mentor_volunteer, wait=False)
3131

3232

3333
@catch_command_slack_error

0 commit comments

Comments
 (0)