CommandExecuted constructor
CommandExecuted({})
Implementation
CommandExecuted({
required this.command,
required this.context,
List<String>? arguments,
this.description,
this.isHook = false,
this.error,
}) : arguments = arguments ?? const [];