Skip to content

Commit

Permalink
Update Client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Oct 26, 2024
1 parent fff6172 commit bfc0420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ class Client extends EventsEmitter {
* @async
* @throws {TypeError}
*/
registerCommands(commands) {
async registerCommands(commands) {
if (
!Array.isArray(commands) ||
!commands.every((c) => c instanceof Command)
Expand Down

0 comments on commit bfc0420

Please sign in to comment.