docs(Webhook): add mising '@name' to Webhook#token's docstring

This commit is contained in:
SpaceEEC
2018-12-30 12:56:33 +01:00
parent 7186c91063
commit 89a9b93cdc

View File

@@ -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 });