mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13:22 +00:00
Fix docs for Application secret type (#1690)
Now a string (as supposed to be) instead of boolean.
This commit is contained in:
parent
2b230e8c6c
commit
7f69c62ddc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue