feat: Music support #62

Merged
Anri merged 43 commits from feat/music into main 2023-02-12 01:11:10 +01:00
Showing only changes of commit fee7af21d2 - Show all commits

View file

@ -77,13 +77,13 @@ export default {
if (track) {
// TODO: Pretty embed
return await interaction.reply(
`${loc.get("c_play_7")} \`${track.title}\` - *${track.author}*`
`${loc.get("c_play7")} \`${track.title}\` - *${track.author}*`
);
}
}
// TODO: Pretty embed
return await interaction.reply(loc.get("c_play_6"));
return await interaction.reply(loc.get("c_play6"));
}
const queue = client.player.createQueue(interaction.guild as GuildResolvable, {