forked from Supositware/Haha-Yes
add timestamp to console.log & console.error
This commit is contained in:
parent
edc9dd17e9
commit
b9cd8418da
1 changed files with 1 additions and 0 deletions
1
index.js
1
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 {
|
||||
|
|
Loading…
Reference in a new issue