mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +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
|
||||
* @type {boolean}
|
||||
* @type {string}
|
||||
*/
|
||||
this.secret = data.secret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user