Executes the filter command.
This shows the filter interface to allow the user to select filter criteria.
After the user applies the filter, the command filters the chat log using the filter criteria.
If the user cancels the filter interface, the command does nothing.
If the filter fails, an error message is shown to the user.
Returns Promise<void>
A promise that resolves when the filter is executed.
Executes the filter command. This shows the filter interface to allow the user to select filter criteria. After the user applies the filter, the command filters the chat log using the filter criteria. If the user cancels the filter interface, the command does nothing. If the filter fails, an error message is shown to the user.