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

View File

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