refactor(Client): remove non-existant property from toJSON (#4750)

This commit is contained in:
Sugden 2020-08-28 13:18:17 +01:00 committed by GitHub
parent 727b29c85d
commit 46acfac327
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -393,7 +393,6 @@ class Client extends BaseClient {
toJSON() {
return super.toJSON({
readyAt: false,
presences: false,
});
}