fix locales string
This commit is contained in:
parent
43dfdba4b3
commit
fee7af21d2
1 changed files with 2 additions and 2 deletions
|
@ -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, {
|
||||
|
|
Loading…
Reference in a new issue