mirror of
https://github.com/danbulant/discord.js
synced 2026-05-29 12:20:23 +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() {
|
||||
return super.toJSON({
|
||||
readyAt: false,
|
||||
presences: false,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue