Updated music commands

This commit is contained in:
2024-02-10 12:18:40 +01:00
parent ef6183726f
commit 8f16c65bb8
7 changed files with 93 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ export = {
})
const results = tracks.map(track => ({
name: track.title,
name: track.title.slice(0, 100),
value: track.url
}))