trait GuildCommandMessage[+A] extends CommandMessage[A]
A message sent with the invocation of a guild command
- A
The parsed argument type
- Source
- commandBuilder.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GuildCommandMessage
- CommandMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def cache: CacheSnapshot
A cache snapshot taken when the command was used.
A cache snapshot taken when the command was used.
- Definition Classes
- CommandMessage
- abstract def guild: GatewayGuild
The guild this command was used in.
- abstract def message: GuildGatewayMessage
The message that invoked the command.
The message that invoked the command.
- Definition Classes
- GuildCommandMessage → CommandMessage
- abstract def parsed: A
The parsed arguments of this command.
The parsed arguments of this command.
- Definition Classes
- CommandMessage
- abstract def textChannel: TextGuildChannel
The channel the command was used from.
The channel the command was used from.
- Definition Classes
- GuildCommandMessage → CommandMessage