It logs weird but it works

This commit is contained in:
Christopher Cookman 2023-09-06 18:47:03 -06:00
parent e2daab045a
commit b4d0c8baae
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -907,7 +907,6 @@ dcClient.on('interactionCreate', async interaction => {
}); });
}) })
conn.end(); conn.end();
console.log(`Broke db connection, ${conn}`)
break; break;
default: default:
break; break;