@discordjs/core 3.0.0-dev.1753316115-f2fec9177 → 3.0.0-dev.1753613925-c0c1ac287
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/README.md +9 -2
- package/dist/http-only.d.mts +1 -9
- package/dist/http-only.d.ts +1 -9
- package/dist/http-only.js +1 -11
- package/dist/http-only.js.map +1 -1
- package/dist/http-only.mjs +1 -11
- package/dist/http-only.mjs.map +1 -1
- package/dist/index.d.mts +1 -9
- package/dist/index.d.ts +1 -9
- package/dist/index.js +1 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -900,16 +900,6 @@ var GuildsAPI = class {
|
|
|
900
900
|
signal
|
|
901
901
|
});
|
|
902
902
|
}
|
|
903
|
-
/**
|
|
904
|
-
* Creates a guild
|
|
905
|
-
*
|
|
906
|
-
* @see {@link https://discord.com/developers/docs/resources/guild#create-guild}
|
|
907
|
-
* @param body - The guild to create
|
|
908
|
-
* @param options - The options for creating the guild
|
|
909
|
-
*/
|
|
910
|
-
async create(body, { auth, signal } = {}) {
|
|
911
|
-
return this.rest.post(Routes4.guilds(), { auth, body, signal });
|
|
912
|
-
}
|
|
913
903
|
/**
|
|
914
904
|
* Edits a guild
|
|
915
905
|
*
|
|
@@ -3343,7 +3333,7 @@ __name(withFiles, "withFiles");
|
|
|
3343
3333
|
|
|
3344
3334
|
// src/index.ts
|
|
3345
3335
|
export * from "discord-api-types/v10";
|
|
3346
|
-
var version = "3.0.0-dev.
|
|
3336
|
+
var version = "3.0.0-dev.1753613925-c0c1ac287";
|
|
3347
3337
|
export {
|
|
3348
3338
|
API,
|
|
3349
3339
|
ApplicationCommandsAPI,
|