Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(MusicCommand): trim stdin input to remove trailing spaces
- Change `rtrim` to `trim` for stdin input to remove both leading and trailing spaces. - Close the stdin stream after reading to prevent resource leaks. - Ensure consistent handling of input regardless of whitespace.
- Loading branch information