A S Y N C

This commit is contained in:
Christopher Cookman 2023-03-11 17:09:13 -07:00
parent 4b25d6e4a8
commit ac01ed4371
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -34,7 +34,7 @@ const resetSession = async (id) => {
return true; return true;
} }
client.on("ready", () => { client.on("ready", async () => {
console.log(`${colors.cyan("[INFO]")} Logged in as ${colors.green(client.user.tag)}`) console.log(`${colors.cyan("[INFO]")} Logged in as ${colors.green(client.user.tag)}`)
// Log startup time in seconds // Log startup time in seconds
console.log(`${colors.cyan("[INFO]")} Startup took ${colors.green((Date.now() - initTime) / 1000)} seconds.`) console.log(`${colors.cyan("[INFO]")} Startup took ${colors.green((Date.now() - initTime) / 1000)} seconds.`)