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 {