vimcord 1.0.31 → 1.0.32

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
@@ -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
  });