mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
Fix docs for Application secret type (#1690)
Now a string (as supposed to be) instead of boolean.
This commit is contained in:
@@ -86,7 +86,7 @@ class OAuth2Application {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* OAuth2 secret for the application
|
* OAuth2 secret for the application
|
||||||
* @type {boolean}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
this.secret = data.secret;
|
this.secret = data.secret;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user