mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
refactor(Client): remove non-existant property from toJSON (#4750)
This commit is contained in:
@@ -393,7 +393,6 @@ class Client extends BaseClient {
|
|||||||
toJSON() {
|
toJSON() {
|
||||||
return super.toJSON({
|
return super.toJSON({
|
||||||
readyAt: false,
|
readyAt: false,
|
||||||
presences: false,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user