c

ackcord.commands

WrappedCommandMessage

class WrappedCommandMessage[A] extends CommandMessage[A]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WrappedCommandMessage
  2. CommandMessage
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WrappedCommandMessage(m: CommandMessage[A])

Value Members

  1. def cache: CacheSnapshot

    A cache snapshot taken when the command was used.

    A cache snapshot taken when the command was used.

    Definition Classes
    WrappedCommandMessageCommandMessage
  2. def message: Message

    The message that invoked the command.

    The message that invoked the command.

    Definition Classes
    WrappedCommandMessageCommandMessage
  3. def parsed: A

    The parsed arguments of this command.

    The parsed arguments of this command.

    Definition Classes
    WrappedCommandMessageCommandMessage
  4. def textChannel: TextChannel

    The channel the command was used from.

    The channel the command was used from.

    Definition Classes
    WrappedCommandMessageCommandMessage