@discordjs/core 2.0.1-dev.1730030702-ed78e4570 → 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.mjs
CHANGED
|
@@ -1969,7 +1969,7 @@ var InteractionsAPI = class {
|
|
|
1969
1969
|
* @param interactionId - The id of the interaction
|
|
1970
1970
|
* @param interactionToken - The token of the interaction
|
|
1971
1971
|
* @param options - The options for sending the premium required response
|
|
1972
|
-
* @deprecated Sending a premium-style button is the new Discord
|
|
1972
|
+
* @deprecated Sending a premium-style button is the new Discord behavior.
|
|
1973
1973
|
*/
|
|
1974
1974
|
async sendPremiumRequired(interactionId, interactionToken, { signal } = {}) {
|
|
1975
1975
|
await this.rest.post(Routes6.interactionCallback(interactionId, interactionToken), {
|
|
@@ -2865,7 +2865,7 @@ __name(withFiles, "withFiles");
|
|
|
2865
2865
|
|
|
2866
2866
|
// src/http-only/index.ts
|
|
2867
2867
|
export * from "discord-api-types/v10";
|
|
2868
|
-
var version = "2.0.1-dev.
|
|
2868
|
+
var version = "2.0.1-dev.1735038698-e9944b3d2";
|
|
2869
2869
|
export {
|
|
2870
2870
|
API,
|
|
2871
2871
|
ApplicationCommandsAPI,
|