Class CommandContext
public class CommandContext : BaseCommandContext, ICommandContext, IGatewayClientContext, IGuildContext, IChannelContext, IUserContext
- Inheritance
-
CommandContext
- Implements
- Inherited Members
Constructors
CommandContext(Message, GatewayClient)
public CommandContext(Message message, GatewayClient client)
Parameters
message
Messageclient
GatewayClient
Properties
Channel
public TextChannel? Channel { get; }
Property Value
Client
public GatewayClient Client { get; }
Property Value
Guild
public Guild? Guild { get; }
Property Value
User
public User User { get; }