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