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

Discord Command Object

Link to this section Summary

Link to this section Types

Specs

t() :: %Remedy.Schema.Command{
  __meta__: term(),
  application_id: Sunbake.Snowflake.t(),
  default_permission: boolean(),
  description: String.t(),
  guild_id: Sunbake.Snowflake.t(),
  id: term(),
  name: String.t(),
  options: Remedy.Schema.CommandOption.t(),
  type: integer()
}