Skip to content

Commit

Permalink
🔤 Make it easy to understand
Browse files Browse the repository at this point in the history
  • Loading branch information
Maseshi committed May 23, 2024
1 parent d882fad commit 56cdc6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/utils/consoleUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ const catchError = async (client, message, name, error, silent = false) => {

client.logger.error(
{
commandName: name,
silent: silent,
name,
silent,
version: {
package: packages.version,
discord: discord.version,
Expand Down

0 comments on commit 56cdc6b

Please sign in to comment.