Skip to content

Commit 6811d44

Browse files
committed
add tidal search
1 parent bb1a827 commit 6811d44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

commands/music.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ var searchSourceChoices = []discord.ApplicationCommandOptionChoiceString{
5959
Name: "SoundCloud",
6060
Value: string(lavalink.SearchTypeSoundCloud),
6161
},
62+
{
63+
Name: "Tidal",
64+
Value: "tdsearch",
65+
},
6266
}
6367

6468
var searchTypeChoices = []discord.ApplicationCommandOptionChoiceString{

0 commit comments

Comments
 (0)