mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 01:31:29 +00:00
refactor(Client): remove non-existant property from toJSON (#4750)
This commit is contained in:
parent
727b29c85d
commit
46acfac327
1 changed files with 0 additions and 1 deletions
|
|
@ -393,7 +393,6 @@ class Client extends BaseClient {
|
||||||
toJSON() {
|
toJSON() {
|
||||||
return super.toJSON({
|
return super.toJSON({
|
||||||
readyAt: false,
|
readyAt: false,
|
||||||
presences: false,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue