Skip to content

Release 1.0.25

Choose a tag to compare

@bvdcode bvdcode released this 24 Sep 00:50
· 20 commits to main since this release
Enhance text command processing in TextCommandHandler.cs

- Add System.Linq namespace for LINQ functionalities.
- Use StringSplitOptions.RemoveEmptyEntries in Split method.
- Implement handling for quoted text within commands.
- Filter out empty or whitespace parts after processing.
- Add early return conditions for empty parts array.