mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
docs(Webhook): add mising '@name' to Webhook#token's docstring
This commit is contained in:
@@ -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 });
|
||||||
|
|||||||
Reference in New Issue
Block a user