@discordjs/core 2.0.1-dev.1729857887-b932b64d9 → 2.0.1-dev.1735038698-e9944b3d2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/http-only.d.mts +1 -1
- package/dist/http-only.d.ts +1 -1
- package/dist/http-only.js +2 -2
- package/dist/http-only.js.map +1 -1
- package/dist/http-only.mjs +2 -2
- package/dist/http-only.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/http-only.d.mts
CHANGED
|
@@ -1451,7 +1451,7 @@ declare class InteractionsAPI {
|
|
|
1451
1451
|
* @param interactionId - The id of the interaction
|
|
1452
1452
|
* @param interactionToken - The token of the interaction
|
|
1453
1453
|
* @param options - The options for sending the premium required response
|
|
1454
|
-
* @deprecated Sending a premium-style button is the new Discord
|
|
1454
|
+
* @deprecated Sending a premium-style button is the new Discord behavior.
|
|
1455
1455
|
*/
|
|
1456
1456
|
sendPremiumRequired(interactionId: Snowflake, interactionToken: string, { signal }?: Pick<RequestData, 'signal'>): Promise<void>;
|
|
1457
1457
|
}
|
package/dist/http-only.d.ts
CHANGED
|
@@ -1451,7 +1451,7 @@ declare class InteractionsAPI {
|
|
|
1451
1451
|
* @param interactionId - The id of the interaction
|
|
1452
1452
|
* @param interactionToken - The token of the interaction
|
|
1453
1453
|
* @param options - The options for sending the premium required response
|
|
1454
|
-
* @deprecated Sending a premium-style button is the new Discord
|
|
1454
|
+
* @deprecated Sending a premium-style button is the new Discord behavior.
|
|
1455
1455
|
*/
|
|
1456
1456
|
sendPremiumRequired(interactionId: Snowflake, interactionToken: string, { signal }?: Pick<RequestData, 'signal'>): Promise<void>;
|
|
1457
1457
|
}
|
package/dist/http-only.js
CHANGED
|
@@ -1999,7 +1999,7 @@ var InteractionsAPI = class {
|
|
|
1999
1999
|
* @param interactionId - The id of the interaction
|
|
2000
2000
|
* @param interactionToken - The token of the interaction
|
|
2001
2001
|
* @param options - The options for sending the premium required response
|
|
2002
|
-
* @deprecated Sending a premium-style button is the new Discord
|
|
2002
|
+
* @deprecated Sending a premium-style button is the new Discord behavior.
|
|
2003
2003
|
*/
|
|
2004
2004
|
async sendPremiumRequired(interactionId, interactionToken, { signal } = {}) {
|
|
2005
2005
|
await this.rest.post(import_v106.Routes.interactionCallback(interactionId, interactionToken), {
|
|
@@ -2876,7 +2876,7 @@ __name(withFiles, "withFiles");
|
|
|
2876
2876
|
|
|
2877
2877
|
// src/http-only/index.ts
|
|
2878
2878
|
__reExport(http_only_exports, require("discord-api-types/v10"), module.exports);
|
|
2879
|
-
var version = "2.0.1-dev.
|
|
2879
|
+
var version = "2.0.1-dev.1735038698-e9944b3d2";
|
|
2880
2880
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2881
2881
|
0 && (module.exports = {
|
|
2882
2882
|
API,
|