Skip to content

Commit 5d2cbbc

Browse files
committed
✏️ registerCommands error typo
1 parent 4aca61e commit 5d2cbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events/ready/01registerCommands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ module.exports = async (client) => {
5151
}
5252
}
5353
} catch (error) {
54-
console.log(`TThere was an error: ${error}`);
54+
console.log(`There was an error: ${error}`);
5555
}
5656
};

0 commit comments

Comments
 (0)