Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
matsamaaa committed Apr 18, 2024
1 parent 050c60d commit 10e466f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Events/interactionCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ module.exports = {
})
.catch((err) => {
Debug(err);
console.log(err)
Error(`can't load interaction ${customId} execute by ${member.id} in ${guild.id}`);
})

Expand All @@ -96,7 +95,6 @@ module.exports = {
})
.catch((err) => {
Debug(err);
console.log(err)
Error(`can't load interaction ${customId} execute by ${member.id} in ${guild.id}`);
})
}
Expand Down
1 change: 0 additions & 1 deletion Modules/Handlers/Events.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ module.exports = class Events {
await event.execute(...args, client)
.catch((err) => {
Debug(err)
console.log(err)
Error(`can't load event ${event.name}`)
});
})
Expand Down

0 comments on commit 10e466f

Please sign in to comment.