dodano obsłuugę linków ze spotify oraz soundcloud

This commit is contained in:
Patryk Koreń
2026-01-03 22:48:46 +01:00
parent 28b6546c25
commit 6ad7e01957
7 changed files with 1299 additions and 23 deletions

View File

@@ -53,7 +53,7 @@ export function msg_play(): InteractionEditReplyOptions {
.setColor(PRIMARY_COLOR)
.addFields(
{ name: "Na Placku", value: current },
{ name: "Kolejka", value: queueSongs.length ? queueSongs.join("\n") : "Pusta Kolejka" }
{ name: "Kolejka", value: queueSongs.length ? queueSongs.join("\n") : "Pusto" }
)
.setTimestamp()
]