mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 09:48:56 +01:00
fix(client): log loaded guild configurations on client ready
This commit is contained in:
@@ -86,6 +86,9 @@ client.on(Events.InteractionCreate, async interaction => {
|
||||
|
||||
client.once(Events.ClientReady, readyClient => {
|
||||
console.log(`Ready! Logged in as ${readyClient.user.tag}`);
|
||||
client.guilds.cache.forEach((value) => {
|
||||
console.log(`${value.name} conf loaded !`);
|
||||
});
|
||||
statusService.setClient(client);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user