@discordjs/rest 3.0.0-pr-11006.1765450224-e636950b2 → 3.0.0-pr-11006.1765452229-e636950b2

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