mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Removed unused code
This commit is contained in:
@@ -398,13 +398,6 @@ export default class Play extends DiscordModule {
|
||||
{ embeds: [EMBEDS.ADDED_SONGS_QUEUE(data, locale, songs)] },
|
||||
true
|
||||
);
|
||||
} else if (false) {
|
||||
sendHybridInteractionMessageResponse(
|
||||
data,
|
||||
{ embeds: [EMBEDS.LOOKUP_ERROR(data, locale, new Error('Album not supported for now'))] },
|
||||
true
|
||||
);
|
||||
return null;
|
||||
}
|
||||
|
||||
let result = await DiscordMusicPlayer.searchSpotifyBySpotifyLink(linkData).catch((err) => {
|
||||
|
||||
Reference in New Issue
Block a user