From 12bd1c21413936e56b8ee556ad22a15918cfe466 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 3 Sep 2021 23:49:29 +0100 Subject: [PATCH] :zap: Removes background in console art --- services/print-message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/print-message.js b/services/print-message.js index b15d2899..a1017d8c 100644 --- a/services/print-message.js +++ b/services/print-message.js @@ -43,7 +43,7 @@ module.exports = (ip, port, isDocker) => { + `┗${line(75)}┛${chars.BR}${chars.BR}${chars.RESET}`; } // Make some sexy ascii art ;) - const ascii = `\x1b[40m${chars.CYAN}\n\n` + const ascii = `${chars.CYAN}\n\n` + ' ██████╗ █████╗ ███████╗██╗ ██╗██╗ ██╗\n' + ' ██╔══██╗██╔══██╗██╔════╝██║ ██║╚██╗ ██╔╝\n' + ' ██║ ██║███████║███████╗███████║ ╚████╔╝\n'