Skip to content

Commit

Permalink
[Fix] Changed queue command embed message color to match with all oth…
Browse files Browse the repository at this point in the history
…er messages
  • Loading branch information
naseif committed Aug 30, 2021
1 parent 5bc8723 commit a484a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/music/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
(track) => `<@${track.requestedBy.id}>, ${track.title}`
);
const queueEmbed = {
color: "#21c6cf",
color: "#9dcc37",
title: `Current Queue`,
author: {
name: `${interaction.user.username}`,
Expand Down

0 comments on commit a484a61

Please sign in to comment.