Skip to content

Commit

Permalink
πŸ› fix: Music player crash
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuZensai committed Aug 19, 2024
1 parent c452c1d commit ef26da8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NekoMelody
Submodule NekoMelody updated 1 files
+0 βˆ’12 src/utils/Request.ts
4 changes: 2 additions & 2 deletions src/discord/MusicPlayer/Play.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ export default class Play extends DiscordModule {
.setCustomId(
JSON.stringify({
m: 'MP_P',
a: 'arp', // Add remaining playlist
d: `${voiceChannel.id}$${linkData.videoId}$${linkData.list}`
a: 'arp' // Add remaining playlist
//d: `${voiceChannel.id}$${linkData.videoId}$${linkData.list}`.slice(0, 100)
})
)
.setLabel(' Add the remaining songs in the playlist')
Expand Down

0 comments on commit ef26da8

Please sign in to comment.