@discordjs/core 2.0.0-dev.1724328268-ec9080b88 → 2.0.0-dev.1724371847-e2e71b4d0

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.mjs CHANGED
@@ -2903,7 +2903,9 @@ var Client = class extends AsyncEventEmitter {
2903
2903
  }
2904
2904
  });
2905
2905
  try {
2906
- const iterator = AsyncEventEmitter.on(this, GatewayDispatchEvents.GuildMembersChunk, { signal: controller.signal });
2906
+ const iterator = AsyncEventEmitter.on(this, GatewayDispatchEvents.GuildMembersChunk, {
2907
+ signal: controller.signal
2908
+ });
2907
2909
  for await (const [{ data }] of iterator) {
2908
2910
  if (data.nonce !== nonce) continue;
2909
2911
  clearTimeout(timer);
@@ -3012,7 +3014,7 @@ __name(withFiles, "withFiles");
3012
3014
 
3013
3015
  // src/index.ts
3014
3016
  export * from "discord-api-types/v10";
3015
- var version = "2.0.0-dev.1724328268-ec9080b88";
3017
+ var version = "2.0.0-dev.1724371847-e2e71b4d0";
3016
3018
  export {
3017
3019
  API,
3018
3020
  ApplicationCommandsAPI,