mirror of
https://github.com/danbulant/Shasha
synced 2026-06-19 14:21:37 +00:00
Notify ready
This commit is contained in:
parent
64b4ad0fe7
commit
74415d7ba7
1 changed files with 1 additions and 1 deletions
2
Main.js
2
Main.js
|
|
@ -39,7 +39,7 @@ client.registry.findCommands
|
|||
client.on('ready', async () => {
|
||||
//shaGuild = client.guilds.cache.map(g => g);
|
||||
//console.log(`Member in ${shaGuild.length} guilds.`);
|
||||
//console.log(client.user.tag+' logged in!');
|
||||
console.log(client.user.tag+' logged in!');
|
||||
});
|
||||
|
||||
client.on("message", async msg => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue