CommandContext constructor

CommandContext({
  1. required Snowflake id,
  2. required Snowflake applicationId,
  3. required String token,
  4. required int version,
})

Implementation

CommandContext({
  required this.id,
  required this.applicationId,
  required this.token,
  required this.version,
});