Browse Source

fix stats

Markus-Rost 5 years ago
parent
commit
0345dedea7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      main.js

+ 1 - 2
main.js

@@ -79,8 +79,7 @@ function postStats(shardCount = manager.totalShards) {
 				Authorization: process.env.dbggtoken
 				Authorization: process.env.dbggtoken
 			},
 			},
 			json: {
 			json: {
-				guildCount: guildCount,
-				shardCount: shardCount
+				guildCount: guildCount
 			},
 			},
 			responseType: 'json'
 			responseType: 'json'
 		} ).catch( error => {
 		} ).catch( error => {