Skip to content
  • Craig Furman's avatar
    Pass command name into slash command handlers · 01d032c0
    Craig Furman authored
    The slash command handler can delegate to slash commands by a configured
    global name (e.g. `/incident`) or a namespaced name (e.g. `/woodhouse
    incident`). In order to format usage instructions, these subcommand
    handlers need to know how they were called.
    01d032c0