vimcord 1.0.31 → 1.0.33

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
@@ -2376,7 +2376,7 @@ var EventManager = class {
2376
2376
  };
2377
2377
 
2378
2378
  // package.json
2379
- var version = "1.0.31";
2379
+ var version = "1.0.32";
2380
2380
 
2381
2381
  // src/client.ts
2382
2382
  var import_node_crypto3 = require("crypto");
@@ -2688,9 +2688,7 @@ var Vimcord = class _Vimcord extends import_discord11.Client {
2688
2688
  this.on("error", (err) => this.logger.error("Client Error", err));
2689
2689
  this.on("shardError", (err) => this.logger.error("Client Shard Error", err));
2690
2690
  }
2691
- if (!this.config.app.disableBanner === true) {
2692
- this.logger.clientBanner(this);
2693
- }
2691
+ this.logger.clientBanner(this);
2694
2692
  this.once("clientReady", (client) => {
2695
2693
  this.logger.clientReady(client.user.tag, client.guilds.cache.size);
2696
2694
  });
@@ -3912,7 +3910,7 @@ var Paginator = class {
3912
3910
  }
3913
3911
  }
3914
3912
  async collect_components() {
3915
- if (!this.data.message || !this.data.messageActionRows.length) return;
3913
+ if (!this.data.message) return;
3916
3914
  if (this.data.collectors.component) {
3917
3915
  this.data.collectors.component.resetTimer();
3918
3916
  return;