mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ module.exports = class CommandClient extends Client {
|
||||
this._throttlingTimeouts = new Map();
|
||||
|
||||
this.once('ready', this.onceReady);
|
||||
this.on('message', this.onMessage);
|
||||
this.on('messageCreate', this.onMessage);
|
||||
}
|
||||
|
||||
isOwner(user) {
|
||||
|
||||
Reference in New Issue
Block a user