@discordjs/core 3.0.0-dev.1753316115-f2fec9177 → 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/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 +4 -4
package/dist/http-only.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
|
*
|
|
@@ -3116,7 +3106,7 @@ __name(withFiles, "withFiles");
|
|
|
3116
3106
|
|
|
3117
3107
|
// src/http-only/index.ts
|
|
3118
3108
|
export * from "discord-api-types/v10";
|
|
3119
|
-
var version = "3.0.0-dev.
|
|
3109
|
+
var version = "3.0.0-dev.1753613920-c0c1ac287";
|
|
3120
3110
|
export {
|
|
3121
3111
|
API,
|
|
3122
3112
|
ApplicationCommandsAPI,
|