This commit is contained in:
Dragon Fire
2021-08-02 18:38:06 -04:00
parent 7a79e65528
commit 1e51b2442f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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) {