소스 검색

fix stats

Markus-Rost 5 년 전
부모
커밋
0345dedea7
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      main.js

+ 1 - 2
main.js

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