added a cool startup message

This commit is contained in:
janderedev 2022-05-06 21:50:51 +02:00
parent c728360e24
commit 1249568f4d
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -44,6 +44,14 @@ const dbs = {
export { client, dbs }
logger.info(`\
_ _ __ __ _
/ \\ _ _| |_ ___ | \\/ | ___ __| |
/ _ \\ | | | | __|/ _ \\| |\\/| |/ _ \\ / _\` |
/ ___ \\| |_| | |_| (_) | | | | (_) | (_| |
/_/ \\_\\\\__,_|\\__|\\___/|_| |_|\\___/ \\__,_|
`);
(async () => {
// Wait for a database query to succeed before loading the rest
logger.info('Connecting to database...');