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