@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/index.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), {
|
|
@@ -3014,7 +3014,7 @@ __name(withFiles, "withFiles");
|
|
|
3014
3014
|
|
|
3015
3015
|
// src/index.ts
|
|
3016
3016
|
export * from "discord-api-types/v10";
|
|
3017
|
-
var version = "2.0.1-dev.
|
|
3017
|
+
var version = "2.0.1-dev.1735038698-e9944b3d2";
|
|
3018
3018
|
export {
|
|
3019
3019
|
API,
|
|
3020
3020
|
ApplicationCommandsAPI,
|