From 7f69c62ddc65500895a196d4d7a8fee9dba226a5 Mon Sep 17 00:00:00 2001 From: Robin B Date: Mon, 17 Jul 2017 12:03:40 +0200 Subject: [PATCH] Fix docs for Application secret type (#1690) Now a string (as supposed to be) instead of boolean. --- src/structures/OAuth2Application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;