Skip to content

Commit

Permalink
🐛 Fix queue ended message
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Jan 3, 2021
1 parent 4e6c4be commit 0ed9546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Atlanta.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class Atlanta extends Client {
message.error("music/play:NO_RESULT");
})
.on("queueEnd", (message) => {
message.channel.send("music/play:QUEUE_ENDED");
message.success("music/play:QUEUE_ENDED");
})
.on("playlistAdd", (message, queue, playlist) => {
message.success("music/play:ADDED_QUEUE_COUNT", {
Expand Down

0 comments on commit 0ed9546

Please sign in to comment.