discord.js
Advanced tools
Comparing version 15.0.0-dev.1732839163-5b125eeec to 15.0.0-dev.1732881918-8efb72e76
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "discord.js", | ||
"version": "15.0.0-dev.1732839163-5b125eeec", | ||
"version": "15.0.0-dev.1732881918-8efb72e76", | ||
"description": "A powerful library for interacting with the Discord API", | ||
@@ -63,6 +63,6 @@ "main": "./src/index.js", | ||
"undici": "6.21.0", | ||
"@discordjs/rest": "^2.4.0", | ||
"@discordjs/formatters": "^0.5.0", | ||
"@discordjs/util": "^1.1.1", | ||
"@discordjs/ws": "^2.0.0", | ||
"@discordjs/formatters": "^0.5.0" | ||
"@discordjs/rest": "^2.4.0" | ||
}, | ||
@@ -69,0 +69,0 @@ "devDependencies": { |
@@ -85,3 +85,3 @@ 'use strict'; | ||
* @property {Snowflake} [guildId] The guild's id to fetch commands for, for when the guild is not cached | ||
* @property {LocaleString} [locale] The locale to use when fetching this command | ||
* @property {Locale} [locale] The locale to use when fetching this command | ||
* @property {boolean} [withLocalizations] Whether to fetch all localization data | ||
@@ -88,0 +88,0 @@ */ |
@@ -473,7 +473,2 @@ /* eslint-disable max-len */ | ||
/** | ||
* @external LocaleString | ||
* @see {@link https://discord-api-types.dev/api/discord-api-types-v10#LocaleString} | ||
*/ | ||
/** | ||
* @external MessageActivityType | ||
@@ -480,0 +475,0 @@ * @see {@link https://discord-api-types.dev/api/discord-api-types-v10/enum/MessageActivityType} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1847421
40844