From be89888fd7b0e6bc878b7c433e82f3dc5bd97b02 Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Mon, 6 Mar 2017 07:06:01 -0500 Subject: [PATCH] Removed : --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 72958c57..86d9becb 100644 --- a/index.js +++ b/index.js @@ -106,7 +106,7 @@ client.on('guildCreate', guild => { }); const DBotsPOST = { method: 'POST', - uri: 'https://bots.discord.pw/api/bots/:278305350804045834/stats', + uri: 'https://bots.discord.pw/api/bots/278305350804045834/stats', body: { server_count: client.guilds.size }, @@ -142,7 +142,7 @@ client.on('guildDelete', guild => { } const DBotsPOST = { method: 'POST', - uri: 'https://bots.discord.pw/api/bots/:278305350804045834/stats', + uri: 'https://bots.discord.pw/api/bots/278305350804045834/stats', body: { server_count: client.guilds.size },