diff --git a/src/client/Client.js b/src/client/Client.js index 203863451..064702253 100644 --- a/src/client/Client.js +++ b/src/client/Client.js @@ -133,6 +133,7 @@ class Client extends EventEmitter { */ this.presences = new Collection(); + Object.defineProperty(this, 'token', { writable: true }); if (!this.token && 'CLIENT_TOKEN' in process.env) { /** * Authorization token for the logged in user/bot