mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 01:01:30 +00:00
docs(Webhook): add mising '@name' to Webhook#token's docstring
This commit is contained in:
parent
7186c91063
commit
89a9b93cdc
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ class Webhook extends EventEmitter {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The token for the webhook
|
* The token for the webhook
|
||||||
|
* @name Webhook#token
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
Object.defineProperty(this, 'token', { value: data.token, writable: true, configurable: true });
|
Object.defineProperty(this, 'token', { value: data.token, writable: true, configurable: true });
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue