@discordjs/rest 3.0.0-dev.1784551164-2de90a767 → 3.0.0-dev.1784593104-219ad7ba0
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 +3 -3
package/dist/index.js
CHANGED
|
@@ -144,7 +144,7 @@ var import_v102 = require("discord-api-types/v10");
|
|
|
144
144
|
// src/lib/utils/constants.ts
|
|
145
145
|
var import_util = require("@discordjs/util");
|
|
146
146
|
var import_v10 = require("discord-api-types/v10");
|
|
147
|
-
var DefaultUserAgent = `DiscordBot (https://discord.js.org, 3.0.0-dev.
|
|
147
|
+
var DefaultUserAgent = `DiscordBot (https://discord.js.org, 3.0.0-dev.1784593104-219ad7ba0)`;
|
|
148
148
|
var DefaultUserAgentAppendix = (0, import_util.getUserAgentAppendix)();
|
|
149
149
|
var DefaultRestOptions = {
|
|
150
150
|
agent: null,
|
|
@@ -1564,7 +1564,7 @@ var REST = class _REST extends import_async_event_emitter.AsyncEventEmitter {
|
|
|
1564
1564
|
};
|
|
1565
1565
|
|
|
1566
1566
|
// src/shared.ts
|
|
1567
|
-
var version = "3.0.0-dev.
|
|
1567
|
+
var version = "3.0.0-dev.1784593104-219ad7ba0";
|
|
1568
1568
|
|
|
1569
1569
|
// src/index.ts
|
|
1570
1570
|
setDefaultStrategy((0, import_util2.shouldUseGlobalFetchAndWebSocket)() ? fetch : makeRequest);
|