log: add to how many guilds we are connected (#233)
Some checks failed
Publish latest version / build (push) Has been cancelled

Reviewed-on: #233
Co-authored-by: Mylloon <kennel.anri@tutanota.com>
Co-committed-by: Mylloon <kennel.anri@tutanota.com>
This commit is contained in:
Mylloon 2025-03-12 21:19:18 +01:00 committed by Mylloon
parent c42da86981
commit 839ce29bc7
Signed by: Forgejo
GPG key ID: E72245C752A07631

View file

@ -59,6 +59,7 @@ export const run = async () => {
console.log(logStart(client_name, true));
console.log(`Botanique "${client.user?.username}" v${client.config.version} started!`);
console.log(`Connected to ${client.guilds.cache.size} guilds`);
// Handle quit
process.on("exit", () => quit(client));