Skip to content

Commit

Permalink
[Enhancement] Deleted the copyright message
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Sep 7, 2021
1 parent 9954c52 commit fa54602
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions commands/music/lyrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ module.exports = {
},

timestamp: new Date(),
footer: {
text: "Created by naseif",
icon_url: "https://i.imgur.com/KrAvM8U.jpg",
},
};

await interaction.followUp({
Expand Down
5 changes: 0 additions & 5 deletions commands/music/play.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ module.exports = {
],

timestamp: new Date(),
footer: {
text: "Created by naseif",
icon_url: "https://i.imgur.com/KrAvM8U.jpg",
},
};

let playlistEmbed = {
Expand Down Expand Up @@ -134,6 +130,5 @@ module.exports = {
? await interaction.followUp({ embeds: [playlistEmbed, musicEmbed] })
: await interaction.followUp({ embeds: [musicEmbed] });
}
console.log(queue.options);
},
};
4 changes: 0 additions & 4 deletions commands/music/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ module.exports = {
},
description: `${tracks.join("\n")}`,
timestamp: new Date(),
footer: {
text: "Created by naseif",
icon_url: "https://i.imgur.com/KrAvM8U.jpg",
},
};

await interaction.followUp({ embeds: [queueEmbed] });
Expand Down

0 comments on commit fa54602

Please sign in to comment.