@discordjs/core 3.0.0-dev.1753185962-90b369294 → 3.0.0-dev.1753613920-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/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.1753185962-90b369294";
3336
+ var version = "3.0.0-dev.1753613920-c0c1ac287";
3347
3337
  export {
3348
3338
  API,
3349
3339
  ApplicationCommandsAPI,