Skip to content

Commit cb50241

Browse files
author
Yoshida Tomio
authored
fix(HTTPOptions): change default value in jsdoc to 8 (discordjs#5547)
1 parent f1c0c04 commit cb50241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/Constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ exports.DefaultOptions = {
7575
/**
7676
* HTTP options
7777
* @typedef {Object} HTTPOptions
78-
* @property {number} [version=7] API version to use
78+
* @property {number} [version=8] API version to use
7979
* @property {string} [api='https://discord.com/api'] Base url of the API
8080
* @property {string} [cdn='https://cdn.discordapp.com'] Base url of the CDN
8181
* @property {string} [invite='https://discord.gg'] Base url of invites

0 commit comments

Comments
 (0)