diff --git a/src/structures/OAuth2Application.js b/src/structures/OAuth2Application.js index a4d8875c8..15297f60e 100644 --- a/src/structures/OAuth2Application.js +++ b/src/structures/OAuth2Application.js @@ -86,7 +86,7 @@ class OAuth2Application { /** * OAuth2 secret for the application - * @type {boolean} + * @type {string} */ this.secret = data.secret;