🔊 silly logging guilds having the bot
This commit is contained in:
parent
d26ba4539c
commit
537e7a96d1
1 changed files with 5 additions and 0 deletions
|
@ -15,5 +15,10 @@ export default {
|
|||
await updatePresence(client);
|
||||
await devMode(client);
|
||||
await deployCommands();
|
||||
|
||||
const guilds = client.guilds.cache;
|
||||
guilds.map(async (guild) => {
|
||||
logger.silly({ name: guild.name, members: guild.memberCount });
|
||||
});
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue