trait CommandMessage[+A] extends AnyRef

A message sent with an invocation of a command.

A

The parsed argument type

Source
commandBuilder.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommandMessage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def cache: CacheSnapshot

    A cache snapshot taken when the command was used.

  2. abstract def message: Message

    The message that invoked the command.

  3. abstract def parsed: A

    The parsed arguments of this command.

  4. abstract def textChannel: TextChannel

    The channel the command was used from.