From 9bbf01a7d27be9951964f7795cfce382efe0e9a3 Mon Sep 17 00:00:00 2001 From: Jay Williams Date: Fri, 16 Oct 2020 17:33:12 +0100 Subject: [PATCH] Fix formatting --- bot.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bot.js b/bot.js index 3d38d39..426f344 100644 --- a/bot.js +++ b/bot.js @@ -16,5 +16,4 @@ client.on('message', msg => { client.on("messageUpdate", (oldm, newm) => { manageViolations.hasViolation(newm) }) -client.login(require("./token.json") - .token); +client.login(require("./token.json").token);