@discordjs/rest 3.0.0-pr-11006.1765452229-e636950b2 → 3.0.0-pr-10758.1765463096-d081e1706

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.1765452229-e636950b2)`;
147
+ var DefaultUserAgent = `DiscordBot (https://discord.js.org, 3.0.0-pr-10758.1765463096-d081e1706)`;
148
148
  var DefaultUserAgentAppendix = (0, import_util.getUserAgentAppendix)();
149
149
  var DefaultRestOptions = {
150
150
  agent: null,
@@ -1261,7 +1261,6 @@ var REST = class _REST extends import_async_event_emitter.AsyncEventEmitter {
1261
1261
  handlerTimer;
1262
1262
  options;
1263
1263
  constructor(options = {}) {
1264
- console.log("even rest got something new \u203C\uFE0F \u{1F5E3}\uFE0F \u{1F525}");
1265
1264
  super();
1266
1265
  this.cdn = new CDN(options);
1267
1266
  this.options = { ...DefaultRestOptions, ...options };
@@ -1546,7 +1545,7 @@ var REST = class _REST extends import_async_event_emitter.AsyncEventEmitter {
1546
1545
  };
1547
1546
 
1548
1547
  // src/shared.ts
1549
- var version = "3.0.0-pr-11006.1765452229-e636950b2";
1548
+ var version = "3.0.0-pr-10758.1765463096-d081e1706";
1550
1549
 
1551
1550
  // src/index.ts
1552
1551
  setDefaultStrategy((0, import_util2.shouldUseGlobalFetchAndWebSocket)() ? fetch : makeRequest);