diff --git a/index.js b/index.js index 95447cc8..c08e993b 100644 --- a/index.js +++ b/index.js @@ -4,8 +4,6 @@ if (!fs.existsSync('./config.json')) { } 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 { constructor() { diff --git a/package.json b/package.json index 9080f9ae..db2eb97f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "canvas": "^2.6.0", "capture-website": "^0.8.2", "cleverbot-free": "^1.0.3", - "console-stamp": "^0.2.9", "discord-akairo": "github:1Computer1/discord-akairo#master", "discord.js": "github:discordjs/discord.js#master", "erlpack": "github:discordapp/erlpack",