@discordjs/core 3.0.0-dev.1732881915-8efb72e76 → 3.0.0-dev.1733141130-5f0d28c0f
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
|
@@ -1630,7 +1630,7 @@ declare class InteractionsAPI {
|
|
|
1630
1630
|
* @param interactionId - The id of the interaction
|
|
1631
1631
|
* @param interactionToken - The token of the interaction
|
|
1632
1632
|
* @param options - The options for sending the premium required response
|
|
1633
|
-
* @deprecated Sending a premium-style button is the new Discord
|
|
1633
|
+
* @deprecated Sending a premium-style button is the new Discord behavior.
|
|
1634
1634
|
*/
|
|
1635
1635
|
sendPremiumRequired(interactionId: Snowflake, interactionToken: string, { signal }?: Pick<RequestData, 'signal'>): Promise<void>;
|
|
1636
1636
|
}
|
package/dist/http-only.d.ts
CHANGED
|
@@ -1630,7 +1630,7 @@ declare class InteractionsAPI {
|
|
|
1630
1630
|
* @param interactionId - The id of the interaction
|
|
1631
1631
|
* @param interactionToken - The token of the interaction
|
|
1632
1632
|
* @param options - The options for sending the premium required response
|
|
1633
|
-
* @deprecated Sending a premium-style button is the new Discord
|
|
1633
|
+
* @deprecated Sending a premium-style button is the new Discord behavior.
|
|
1634
1634
|
*/
|
|
1635
1635
|
sendPremiumRequired(interactionId: Snowflake, interactionToken: string, { signal }?: Pick<RequestData, 'signal'>): Promise<void>;
|
|
1636
1636
|
}
|
package/dist/http-only.js
CHANGED
|
@@ -2092,7 +2092,7 @@ var InteractionsAPI = class {
|
|
|
2092
2092
|
* @param interactionId - The id of the interaction
|
|
2093
2093
|
* @param interactionToken - The token of the interaction
|
|
2094
2094
|
* @param options - The options for sending the premium required response
|
|
2095
|
-
* @deprecated Sending a premium-style button is the new Discord
|
|
2095
|
+
* @deprecated Sending a premium-style button is the new Discord behavior.
|
|
2096
2096
|
*/
|
|
2097
2097
|
async sendPremiumRequired(interactionId, interactionToken, { signal } = {}) {
|
|
2098
2098
|
await this.rest.post(import_v106.Routes.interactionCallback(interactionId, interactionToken), {
|
|
@@ -3021,7 +3021,7 @@ __name(withFiles, "withFiles");
|
|
|
3021
3021
|
|
|
3022
3022
|
// src/http-only/index.ts
|
|
3023
3023
|
__reExport(http_only_exports, require("discord-api-types/v10"), module.exports);
|
|
3024
|
-
var version = "3.0.0-dev.
|
|
3024
|
+
var version = "3.0.0-dev.1733141130-5f0d28c0f";
|
|
3025
3025
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3026
3026
|
0 && (module.exports = {
|
|
3027
3027
|
API,
|