ready -> clientReady

This commit is contained in:
lilyissillyyy
2025-08-22 23:07:50 -04:00
parent 21dc962710
commit 6f3c791d62
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ module.exports = class CommandClient extends Client {
this.blacklist = { user: [], guild: [] };
this._throttlingTimeouts = new Map();
this.once('ready', this.onceReady);
this.once('clientReady', this.onceReady);
this.on('messageCreate', this.onMessage);
}