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