Skip to content

Commit

Permalink
fix(HTTPOptions): change default value in jsdoc to 8 (#5547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshida Tomio committed Apr 20, 2021
1 parent f1c0c04 commit cb50241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/Constants.js
Expand Up @@ -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
Expand Down

0 comments on commit cb50241

Please sign in to comment.