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