@discordjs/rest 3.0.0-dev.1761523318-4c0d66777 → 3.0.0-move-client-init.1761650119-a4c0a246f
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/web.js +2 -2
- package/dist/web.js.map +1 -1
- package/dist/web.mjs +2 -2
- package/dist/web.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -139,7 +139,7 @@ var import_v102 = require("discord-api-types/v10");
|
|
|
139
139
|
// src/lib/utils/constants.ts
|
|
140
140
|
var import_util = require("@discordjs/util");
|
|
141
141
|
var import_v10 = require("discord-api-types/v10");
|
|
142
|
-
var DefaultUserAgent = `DiscordBot (https://discord.js.org, 3.0.0-
|
|
142
|
+
var DefaultUserAgent = `DiscordBot (https://discord.js.org, 3.0.0-move-client-init.1761650119-a4c0a246f)`;
|
|
143
143
|
var DefaultUserAgentAppendix = (0, import_util.getUserAgentAppendix)();
|
|
144
144
|
var DefaultRestOptions = {
|
|
145
145
|
agent: null,
|
|
@@ -1540,7 +1540,7 @@ var REST = class _REST extends import_async_event_emitter.AsyncEventEmitter {
|
|
|
1540
1540
|
};
|
|
1541
1541
|
|
|
1542
1542
|
// src/shared.ts
|
|
1543
|
-
var version = "3.0.0-
|
|
1543
|
+
var version = "3.0.0-move-client-init.1761650119-a4c0a246f";
|
|
1544
1544
|
|
|
1545
1545
|
// src/index.ts
|
|
1546
1546
|
setDefaultStrategy((0, import_util2.shouldUseGlobalFetchAndWebSocket)() ? fetch : makeRequest);
|