@discordjs/rest 3.0.0-dev.1766552010-7884ecd3a → 3.0.0-dev.1766750507-311413e5f

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 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.1766552010-7884ecd3a)`;
147
+ var DefaultUserAgent = `DiscordBot (https://discord.js.org, 3.0.0-dev.1766750507-311413e5f)`;
148
148
  var DefaultUserAgentAppendix = (0, import_util.getUserAgentAppendix)();
149
149
  var DefaultRestOptions = {
150
150
  agent: null,
@@ -1545,7 +1545,7 @@ var REST = class _REST extends import_async_event_emitter.AsyncEventEmitter {
1545
1545
  };
1546
1546
 
1547
1547
  // src/shared.ts
1548
- var version = "3.0.0-dev.1766552010-7884ecd3a";
1548
+ var version = "3.0.0-dev.1766750507-311413e5f";
1549
1549
 
1550
1550
  // src/index.ts
1551
1551
  setDefaultStrategy((0, import_util2.shouldUseGlobalFetchAndWebSocket)() ? fetch : makeRequest);