From cb50241e6fa7c95891925c8b18840c17df078620 Mon Sep 17 00:00:00 2001 From: Yoshida Tomio Date: Wed, 21 Apr 2021 01:37:45 +0800 Subject: [PATCH] fix(HTTPOptions): change default value in jsdoc to 8 (#5547) --- src/util/Constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Constants.js b/src/util/Constants.js index c285971ee..904063b2b 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -75,7 +75,7 @@ exports.DefaultOptions = { /** * HTTP options * @typedef {Object} HTTPOptions - * @property {number} [version=7] API version to use + * @property {number} [version=8] API version to use * @property {string} [api='https://discord.com/api'] Base url of the API * @property {string} [cdn='https://cdn.discordapp.com'] Base url of the CDN * @property {string} [invite='https://discord.gg'] Base url of invites