handle method

Future<void> handle(
  1. CommandInteraction interaction
)

Implementation

Future<void> handle (CommandInteraction interaction) async {
  throw MissingMethodException('The handle method does not exist on your command ${command.label}');
}