def create_endpoints(plugin: SlackPlugin):
    plugin.on_command("/lunch", slash_lunch, wait=False)
    plugin.on_command("/repeat", slash_repeat, wait=False)
    plugin.on_command("/report", slash_report, wait=False)
    plugin.on_command("/roll", slash_roll, wait=False)
    plugin.on_command("/mentor", slash_mentor, wait=False)
    plugin.on_command("/mentor-volunteer", slash_mentor_volunteer, wait=False)
def create_endpoints(plugin: SlackPlugin):
    plugin.on_command('/here', slash_here, wait=False)
    plugin.on_command('/lunch', slash_lunch, wait=False)
    plugin.on_command('/repeat', slash_repeat, wait=False)
    plugin.on_command('/report', slash_report, wait=False)
def create_endpoints(plugin: SlackPlugin):
    plugin.on_command("/here", slash_here, wait=False)
    plugin.on_command("/lunch", slash_lunch, wait=False)
    plugin.on_command("/repeat", slash_repeat, wait=False)
    plugin.on_command("/report", slash_report, wait=False)
    plugin.on_command("/ticket", slash_ticket, wait=False)
    plugin.on_command("/roll", slash_roll, wait=False)
    plugin.on_command("/mentor", slash_mentor, wait=False)