class WrappedCommandMessage[A] extends CommandMessage[A]
Ordering
- Alphabetic
- By Inheritance
Inherited
- WrappedCommandMessage
- CommandMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new WrappedCommandMessage(m: CommandMessage[A])
Value Members
- def cache: CacheSnapshot
A cache snapshot taken when the command was used.
A cache snapshot taken when the command was used.
- Definition Classes
- WrappedCommandMessage → CommandMessage
- def message: Message
The message that invoked the command.
The message that invoked the command.
- Definition Classes
- WrappedCommandMessage → CommandMessage
- def parsed: A
The parsed arguments of this command.
The parsed arguments of this command.
- Definition Classes
- WrappedCommandMessage → CommandMessage
- def textChannel: TextChannel
The channel the command was used from.
The channel the command was used from.
- Definition Classes
- WrappedCommandMessage → CommandMessage