Skip to content

Commit

Permalink
Update playerEvent.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyphen1223 authored May 25, 2024
1 parent e631946 commit 998e05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/playerEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const listenEvents = async (guildId) => {
//Do auto play stuff here
} else {
const embed = createMessageEmbed(
getLocale(guilds[guildId]).vc.queueEnded
getLocale(guilds[guildId].locale).vc.queueEnded
);
globalThis.queue[guildId].textChannel.send({ embeds: [embed] });
}
Expand Down

0 comments on commit 998e05d

Please sign in to comment.