From b9cd8418da56df140673d8bc0ebcf141801b5ad5 Mon Sep 17 00:00:00 2001 From: Supositware Date: Sun, 31 Mar 2019 20:59:16 +0200 Subject: [PATCH] add timestamp to console.log & console.error --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 6501bfbe..454099a3 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,6 @@ const { AkairoClient, CommandHandler, InhibitorHandler, ListenerHandler } = require('discord-akairo'); const { token, prefix, ownerID } = require('./config.json'); +require('console-stamp')(console, '[HH:MM:ss]'); class hahaYesClient extends AkairoClient {