From 1249568f4d063f4488aaa3296d8a15ce85a9d1c1 Mon Sep 17 00:00:00 2001 From: janderedev Date: Fri, 6 May 2022 21:50:51 +0200 Subject: [PATCH] added a cool startup message --- bot/src/index.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bot/src/index.ts b/bot/src/index.ts index c7fcf8c..3b03d9e 100644 --- a/bot/src/index.ts +++ b/bot/src/index.ts @@ -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...');