Skip to content

Commit

Permalink
Edited top.js - removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
coopw1 committed Jan 8, 2024
1 parent e0b3287 commit cfc1399
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/general/top.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ module.exports = {
interaction.reply({ embeds: [embed], ephemeral: true });
return;
}
console.log(topStatistics);
let embed;
if (searchType === "release-groups") {
embed = new EmbedBuilder()
Expand Down

0 comments on commit cfc1399

Please sign in to comment.