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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1701,7 +1701,7 @@ var VimcordErrorHandler = class {
|
|
|
1701
1701
|
import chalk2 from "chalk";
|
|
1702
1702
|
|
|
1703
1703
|
// package.json
|
|
1704
|
-
var version = "1.0.
|
|
1704
|
+
var version = "1.0.57";
|
|
1705
1705
|
|
|
1706
1706
|
// src/client/vimcord.logger.ts
|
|
1707
1707
|
var clientLoggerFactory = (client) => new Logger({ prefixEmoji: "\u26A1", prefix: `vimcord (i${client.clientId})` }).extend({
|
|
@@ -3218,7 +3218,7 @@ var BetterCollector = class _BetterCollector {
|
|
|
3218
3218
|
if (!this.message) return;
|
|
3219
3219
|
if (this.collector) return;
|
|
3220
3220
|
this.collector = this.message.createMessageComponentCollector({
|
|
3221
|
-
idle: this.options?.idle ?? this.config.timeouts.collectorIdle,
|
|
3221
|
+
idle: this.options?.timeout ? void 0 : this.options?.idle ?? this.config.timeouts.collectorIdle,
|
|
3222
3222
|
time: this.options?.timeout ?? this.config.timeouts.collectorTimeout,
|
|
3223
3223
|
componentType: this.options?.type,
|
|
3224
3224
|
max: this.options?.max,
|