mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 01:48:54 +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 => {
|
client.once(Events.ClientReady, readyClient => {
|
||||||
console.log(`Ready! Logged in as ${readyClient.user.tag}`);
|
console.log(`Ready! Logged in as ${readyClient.user.tag}`);
|
||||||
|
client.guilds.cache.forEach((value) => {
|
||||||
|
console.log(`${value.name} conf loaded !`);
|
||||||
|
});
|
||||||
statusService.setClient(client);
|
statusService.setClient(client);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user