Remedy.Schema.Command (Remedy v0.6.5) View Source

Discord Command Object

Link to this section Summary

Link to this section Types

Specs

t() :: %Remedy.Schema.Command{
  application: Remedy.Schema.App.t(),
  application_id: term(),
  default_permission: boolean(),
  description: String.t(),
  guild: Remedy.Schema.Guild.t(),
  guild_id: term(),
  id: term(),
  name: String.t(),
  options: Option.t(),
  type: integer()
}

Link to this section Functions