We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f105f22 commit 70aa50dCopy full SHA for 70aa50d
index.js
@@ -276,9 +276,9 @@ getInstancesInfos()
276
Total Notes : ${INSTANCES_JSON.stats.notesCount}
277
Total Users : ${INSTANCES_JSON.stats.usersCount}
278
Total Servers : ${INSTANCES_JSON.stats.instancesCount}
279
-Notes/day (15 days): ${Math.round(INSTANCES_JSON.stats.npd15)}
280
Daily Read Users : ${INSTANCES_JSON.stats.druYesterday}
281
DRU Avg. (15 days): ${Math.round(INSTANCES_JSON.stats.dru15)}
+Notes/d Avg. (15 days): ${Math.round(INSTANCES_JSON.stats.npd15)}
282
\`\`\`
283
https://misskey-hub.net/servers\n#bot #joinmisskeyupdate`,
284
}),
0 commit comments