Update READY.js
This commit is contained in:
parent
af760d9d1e
commit
52e63f117f
@ -91,11 +91,5 @@ module.exports = (client, { d: data }, shard) => {
|
||||
}
|
||||
}
|
||||
|
||||
if (client.application) {
|
||||
client.application._patch(data.application);
|
||||
} else {
|
||||
client.application = new ClientApplication(client, data.application);
|
||||
}
|
||||
|
||||
shard.checkReady();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user