From cc6a49909f0e6ecfd0093f953efbf28884d02ae4 Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Mon, 6 Mar 2017 09:31:05 -0500 Subject: [PATCH] Remove Double Carbon Post --- index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.js b/index.js index 86d9becb..2e194610 100644 --- a/index.js +++ b/index.js @@ -99,11 +99,6 @@ client.on('guildCreate', guild => { }, json: true } - request(carbonPOST).then(function (parsedBody) { - console.log("[Carbon] Carbon POST Succeeded!"); - }).catch(function (err) { - console.log("[Carbon] " + err); - }); const DBotsPOST = { method: 'POST', uri: 'https://bots.discord.pw/api/bots/278305350804045834/stats',