@discordjs/rest 3.0.0-dev.1784593104-219ad7ba0 → 3.0.0-dev.1785370677-4b3f1c166

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.1784593104-219ad7ba0)`;
147
+ var DefaultUserAgent = `DiscordBot (https://discord.js.org, 3.0.0-dev.1785370677-4b3f1c166)`;
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.1784593104-219ad7ba0";
1567
+ var version = "3.0.0-dev.1785370677-4b3f1c166";
1568
1568
 
1569
1569
  // src/index.ts
1570
1570
  setDefaultStrategy((0, import_util2.shouldUseGlobalFetchAndWebSocket)() ? fetch : makeRequest);