CommandContext constructor
CommandContext({})
Implementation
CommandContext({
required this.id,
required this.applicationId,
required this.token,
required this.version,
required this.ctx,
this.channel,
});