vimcord 1.0.45 → 1.0.46
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- 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.cjs
CHANGED
|
@@ -2765,6 +2765,7 @@ var Vimcord = class _Vimcord extends import_discord11.Client {
|
|
|
2765
2765
|
importModules.contextCommands && this.importModules("contextCommands", importModules.contextCommands)
|
|
2766
2766
|
]);
|
|
2767
2767
|
}
|
|
2768
|
+
this.logger.clientBanner(this);
|
|
2768
2769
|
if (this.config.app.enableCLI) {
|
|
2769
2770
|
VimcordCLI.setMode("on");
|
|
2770
2771
|
}
|
|
@@ -2880,7 +2881,6 @@ var Vimcord = class _Vimcord extends import_discord11.Client {
|
|
|
2880
2881
|
);
|
|
2881
2882
|
}
|
|
2882
2883
|
await this.build();
|
|
2883
|
-
this.logger.clientBanner(this);
|
|
2884
2884
|
try {
|
|
2885
2885
|
const stopLoader = this.logger.loader("Connecting to Discord...");
|
|
2886
2886
|
const loginResult = await import_qznt4.$.async.retry(() => super.login(token), {
|