diff --git a/src/structures/Webhook.js b/src/structures/Webhook.js index 7c97a3aed..cf8f4f2f6 100644 --- a/src/structures/Webhook.js +++ b/src/structures/Webhook.js @@ -35,6 +35,7 @@ class Webhook extends EventEmitter { /** * The token for the webhook + * @name Webhook#token * @type {string} */ Object.defineProperty(this, 'token', { value: data.token, writable: true, configurable: true });