Skip to content

Commit

Permalink
🔒 Fix embed not private.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maseshi committed May 3, 2024
1 parent bd34541 commit 1dfe285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utils/consoleUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const catchError = async (client, message, name, error, silent = false) => {
.setTimestamp()

const contents = {
content: null,
content: '',
embeds: [catchErrorEmbed],
ephemeral: true,
}
Expand Down

0 comments on commit 1dfe285

Please sign in to comment.