Skip to content

Commit

Permalink
✏️ registerCommands error typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ImDarkTom committed Oct 28, 2023
1 parent 4aca61e commit 5d2cbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/ready/01registerCommands.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ module.exports = async (client) => {
}
}
} catch (error) {
console.log(`TThere was an error: ${error}`);
console.log(`There was an error: ${error}`);
}
};

0 comments on commit 5d2cbbc

Please sign in to comment.