ServerCommandContext constructor
ServerCommandContext({})
Implementation
ServerCommandContext({
required this.id,
required this.applicationId,
required this.token,
required this.version,
required this.member,
required this.server,
this.channel,
}) {
interaction = Interaction(token, id);
}