fix(HTTPOptions): change default value in jsdoc to 8 (#5547)

This commit is contained in:
Yoshida Tomio
2021-04-21 01:37:45 +08:00
committed by GitHub
parent f1c0c043b5
commit cb50241e6f

View File

@@ -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