log: add to how many guilds we are connected (#233)
Some checks failed
Publish latest version / build (push) Has been cancelled
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:
parent
c42da86981
commit
839ce29bc7
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue