From 4b74fb50d863b4f68aef44254c64cbfaa8ba7050 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 7 Oct 2018 21:16:20 -0400 Subject: [PATCH] No colors --- structures/Client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/structures/Client.js b/structures/Client.js index fc8e3c75..c7bbad20 100644 --- a/structures/Client.js +++ b/structures/Client.js @@ -11,7 +11,6 @@ module.exports = class XiaoClient extends CommandoClient { this.logger = winston.createLogger({ transports: [new winston.transports.Console()], format: winston.format.combine( - winston.format.colorize({ all: true }), winston.format.timestamp({ format: 'MM/DD/YYYY HH:mm:ss' }), winston.format.printf(log => `[${log.timestamp}] [${log.level.toUpperCase()}]: ${log.message}`) )