Fix GuildDelete

This commit is contained in:
dragonfire535
2017-03-09 01:15:44 -05:00
parent 150bb242ad
commit 371c095f77
+1 -1
View File
@@ -132,8 +132,8 @@ client.on('guildCreate', guild => {
client.on('guildDelete', guild => {
console.log("[Guild] I have left the guild: " + guild.name + " (" + guild.id + ")...");
console.log("[POST] " + results);
client.shard.fetchClientValues('guilds.size').then(results => {
console.log("[POST] " + results);
const carbonPOST = {
method: 'POST',
uri: 'https://www.carbonitex.net/discord/data/botdata.php',