@discordjs/core 0.6.1-dev.1684411513-46167a7.0 → 0.6.1-dev.1684497912-b85a3f2.0
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.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.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 +1 -1
package/dist/http-only.js
CHANGED
|
@@ -847,7 +847,7 @@ var GuildsAPI = class {
|
|
|
847
847
|
return this.rest.post(import_v103.Routes.guildMFA(guildId), {
|
|
848
848
|
reason,
|
|
849
849
|
signal,
|
|
850
|
-
body: {
|
|
850
|
+
body: { level }
|
|
851
851
|
});
|
|
852
852
|
}
|
|
853
853
|
/**
|
|
@@ -2357,7 +2357,7 @@ __name(withFiles, "withFiles");
|
|
|
2357
2357
|
|
|
2358
2358
|
// src/http-only/index.ts
|
|
2359
2359
|
__reExport(http_only_exports, require("discord-api-types/v10"), module.exports);
|
|
2360
|
-
var version = "0.6.1-dev.
|
|
2360
|
+
var version = "0.6.1-dev.1684497912-b85a3f2.0";
|
|
2361
2361
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2362
2362
|
0 && (module.exports = {
|
|
2363
2363
|
API,
|