Class RevoltCommandContext
The context of a command which may contain the client, user, guild, channel, and message.
Assembly: Revolt.Net.Commands.dll​
View Source​
Declaration
public class RevoltCommandContext : object, ICommandContext
Properties​
Arguments​
View Source​
Declaration
public string Arguments { get; set; }
Message​
View Source​
Declaration
public Message Message { get; }
User​
View Source​
Declaration
public User User { get; }
Channel​
View Source​
Declaration
public Channel Channel { get; }
Client​
View Source​
Declaration
public RevoltClient Client { get; }
Server​
View Source​
Declaration
public Server Server { get; }