handle method

  1. @override
Future<void> handle(
  1. T interaction
)
override

Implementation

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