瀏覽代碼

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 => {