We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1a827 commit 6811d44Copy full SHA for 6811d44
commands/music.go
@@ -59,6 +59,10 @@ var searchSourceChoices = []discord.ApplicationCommandOptionChoiceString{
59
Name: "SoundCloud",
60
Value: string(lavalink.SearchTypeSoundCloud),
61
},
62
+ {
63
+ Name: "Tidal",
64
+ Value: "tdsearch",
65
+ },
66
}
67
68
var searchTypeChoices = []discord.ApplicationCommandOptionChoiceString{
0 commit comments