Creating functional loop, pause and unpause
This commit is contained in:
@@ -27,9 +27,7 @@ async function playCommand(interaction) {
|
||||
selfMute: false
|
||||
});
|
||||
|
||||
musicPlayer(interaction.guild.id, connection);
|
||||
|
||||
interaction.followUp(`Added ${song.title} to the queue.`);
|
||||
musicPlayer(interaction.guild.id, connection, interaction);
|
||||
}
|
||||
|
||||
module.exports.playCommand = playCommand;
|
||||
Reference in New Issue
Block a user