GlobalCommandContext constructor
GlobalCommandContext({})
Implementation
GlobalCommandContext({
required this.id,
required this.applicationId,
required this.token,
required this.version,
required this.user,
this.channel,
}) : interaction = Interaction(token, id);