Pi.Plugin.Command (pi_bridge v0.6.22)

Copy Markdown View Source

Slash command metadata exposed by a BEAM plugin.

Summary

Types

t()

@type t() :: %Pi.Plugin.Command{
  description: String.t(),
  name: atom(),
  plugin: module() | nil
}

Functions

new(command)