enhancement(lint): Fix lint errors for src/commands/binstuff.ts

Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2025-01-04 02:27:28 +00:00 committed by GitHub
parent bef69fc50b
commit bcff303ddb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ export default class UUID implements Command {
e.elements
.filter((e) => e.type == "text")
.map((e) => e.text)
.join("")
.join(""),
)
.map((e) => e.trim())
.map(Boolean);