discord.js
Advanced tools
Comparing version 15.0.0-dev.1730808312-1184b38d3 to 15.0.0-dev.1730851913-c34a57b79
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "discord.js", | ||
"version": "15.0.0-dev.1730808312-1184b38d3", | ||
"version": "15.0.0-dev.1730851913-c34a57b79", | ||
"description": "A powerful library for interacting with the Discord API", | ||
@@ -63,6 +63,6 @@ "main": "./src/index.js", | ||
"undici": "6.19.8", | ||
"@discordjs/formatters": "^0.5.0", | ||
"@discordjs/rest": "^2.4.0", | ||
"@discordjs/ws": "^2.0.0", | ||
"@discordjs/formatters": "^0.5.0", | ||
"@discordjs/util": "^1.1.1" | ||
"@discordjs/util": "^1.1.1", | ||
"@discordjs/ws": "^2.0.0" | ||
}, | ||
@@ -85,4 +85,4 @@ "devDependencies": { | ||
"@discordjs/api-extractor": "^7.38.1", | ||
"@discordjs/docgen": "^0.12.1", | ||
"@discordjs/scripts": "^0.1.0" | ||
"@discordjs/scripts": "^0.1.0", | ||
"@discordjs/docgen": "^0.12.1" | ||
}, | ||
@@ -89,0 +89,0 @@ "engines": { |
@@ -291,6 +291,12 @@ 'use strict'; | ||
/** | ||
* Options used to fetch a thread owner. | ||
* @typedef {BaseFetchOptions} FetchThreadOwnerOptions | ||
* @property {boolean} [withMember] Whether to also return the guild member associated with this thread member | ||
*/ | ||
/** | ||
* Fetches the owner of this thread. If the thread member object isn't needed, | ||
* use {@link ThreadChannel#ownerId} instead. | ||
* @param {BaseFetchOptions} [options] The options for fetching the member | ||
* @returns {Promise<?ThreadMember>} | ||
* @param {FetchThreadOwnerOptions} [options] Options for fetching the owner | ||
* @returns {Promise<ThreadMember>} | ||
*/ | ||
@@ -297,0 +303,0 @@ async fetchOwner(options) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
1821352
40281
0