Skip to content

Commit 70aa50d

Browse files
committed
modify joinmisskeyupdate
1 parent f105f22 commit 70aa50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@ getInstancesInfos()
276276
Total Notes : ${INSTANCES_JSON.stats.notesCount}
277277
Total Users : ${INSTANCES_JSON.stats.usersCount}
278278
Total Servers : ${INSTANCES_JSON.stats.instancesCount}
279-
Notes/day (15 days): ${Math.round(INSTANCES_JSON.stats.npd15)}
280279
Daily Read Users : ${INSTANCES_JSON.stats.druYesterday}
281280
DRU Avg. (15 days): ${Math.round(INSTANCES_JSON.stats.dru15)}
281+
Notes/d Avg. (15 days): ${Math.round(INSTANCES_JSON.stats.npd15)}
282282
\`\`\`
283283
https://misskey-hub.net/servers\n#bot #joinmisskeyupdate`,
284284
}),

0 commit comments

Comments
 (0)