This commit is contained in:
Dragon Fire
2021-06-05 22:06:22 -04:00
parent e4cd16dbfc
commit 864658e66e
+1 -1
View File
@@ -25,7 +25,7 @@ module.exports = class CommandClient extends Client {
}
isOwner(user) {
return this.owners.includes(user.id);
return this.owner.includes(user.id);
}
async onceReady() {