A S Y N C
This commit is contained in:
parent
4b25d6e4a8
commit
ac01ed4371
2
index.js
2
index.js
|
@ -34,7 +34,7 @@ const resetSession = async (id) => {
|
|||
return true;
|
||||
}
|
||||
|
||||
client.on("ready", () => {
|
||||
client.on("ready", async () => {
|
||||
console.log(`${colors.cyan("[INFO]")} Logged in as ${colors.green(client.user.tag)}`)
|
||||
// Log startup time in seconds
|
||||
console.log(`${colors.cyan("[INFO]")} Startup took ${colors.green((Date.now() - initTime) / 1000)} seconds.`)
|
||||
|
|
Loading…
Reference in a new issue