Skip to content

Commit

Permalink
removed extra console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
coopw1 committed Jan 10, 2024
1 parent f997d52 commit 0dc30a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/commands/images/YIM.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ module.exports = {
callback: async (client, interaction) => {
const { brainzUsername } = await getAuth(interaction);
if (interaction.replied) {
console.log("replied");
return;
}

Expand Down
1 change: 0 additions & 1 deletion src/commands/images/art.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ module.exports = {
callback: async (client, interaction) => {
const { brainzUsername } = await getAuth(interaction);
if (interaction.replied) {
console.log("replied");
return;
}

Expand Down

0 comments on commit 0dc30a1

Please sign in to comment.