CommandContext constructor
CommandContext({})
Implementation
CommandContext({
required this.framework,
required this.userId,
required this.guildId,
required this.channelId,
required this.args,
required this.userRoles,
});