mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
ready -> clientReady
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user