Removed :

This commit is contained in:
dragonfire535
2017-03-06 07:06:01 -05:00
parent e5f58b2506
commit be89888fd7
+2 -2
View File
@@ -106,7 +106,7 @@ client.on('guildCreate', guild => {
}); });
const DBotsPOST = { const DBotsPOST = {
method: 'POST', method: 'POST',
uri: 'https://bots.discord.pw/api/bots/:278305350804045834/stats', uri: 'https://bots.discord.pw/api/bots/278305350804045834/stats',
body: { body: {
server_count: client.guilds.size server_count: client.guilds.size
}, },
@@ -142,7 +142,7 @@ client.on('guildDelete', guild => {
} }
const DBotsPOST = { const DBotsPOST = {
method: 'POST', method: 'POST',
uri: 'https://bots.discord.pw/api/bots/:278305350804045834/stats', uri: 'https://bots.discord.pw/api/bots/278305350804045834/stats',
body: { body: {
server_count: client.guilds.size server_count: client.guilds.size
}, },