trait VoiceGuildCommandMessage[+A] extends GuildCommandMessage[A] with UserCommandMessage[A]
Ordering
- Alphabetic
- By Inheritance
Inherited
- VoiceGuildCommandMessage
- UserCommandMessage
- 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.
The guild this command was used in.
- Definition Classes
- GuildCommandMessage
- 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
- abstract def user: User
The user that used this command.
The user that used this command.
- Definition Classes
- UserCommandMessage
- abstract def voiceChannel: VoiceGuildChannel
The voice channel the user that used this command is in.