From cf551d3054c68a8e74767ee6764bd90f239949ab Mon Sep 17 00:00:00 2001 From: shidoitsuka Date: Mon, 11 Nov 2019 10:53:22 +0700 Subject: [PATCH] beautified --- index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 1df5618..e9059f4 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,7 @@ const Discord = require("discord.js"); -const bot = new Discord.Client({ partials: ['MESSAGE', 'CHANNEL', 'REACTION'] }); +const bot = new Discord.Client({ + partials: ["MESSAGE", "CHANNEL", "REACTION"] +}); const fs = require("fs"); const Enmap = require("enmap"); const chalk = require("chalk"); @@ -24,7 +26,6 @@ const init = async () => { }; // CLEAN USER COOLDOWNS - const talkedRecently = {}; fs.writeFile("./assets/cooldowns.json", JSON.stringify(talkedRecently), err => { if (err) console.log(err);