vimcord 1.0.56 → 1.0.57

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.cjs CHANGED
@@ -1795,7 +1795,7 @@ var VimcordErrorHandler = class {
1795
1795
  var import_chalk2 = __toESM(require("chalk"));
1796
1796
 
1797
1797
  // package.json
1798
- var version = "1.0.55";
1798
+ var version = "1.0.57";
1799
1799
 
1800
1800
  // src/client/vimcord.logger.ts
1801
1801
  var clientLoggerFactory = (client) => new Logger({ prefixEmoji: "\u26A1", prefix: `vimcord (i${client.clientId})` }).extend({
@@ -3310,7 +3310,7 @@ var BetterCollector = class _BetterCollector {
3310
3310
  if (!this.message) return;
3311
3311
  if (this.collector) return;
3312
3312
  this.collector = this.message.createMessageComponentCollector({
3313
- idle: this.options?.idle ?? this.config.timeouts.collectorIdle,
3313
+ idle: this.options?.timeout ? void 0 : this.options?.idle ?? this.config.timeouts.collectorIdle,
3314
3314
  time: this.options?.timeout ?? this.config.timeouts.collectorTimeout,
3315
3315
  componentType: this.options?.type,
3316
3316
  max: this.options?.max,