mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-22 02:02:32 +01:00
me when
This commit is contained in:
parent
d90f14873a
commit
e1455e171d
@ -19,7 +19,7 @@ document
|
||||
const json = await res.json();
|
||||
const missingRoutes = json.routes;
|
||||
|
||||
document.getElementById("counter").innerHTML = `We implement ${json.missing}/${json.discord} endpoints from Discord.com ` +
|
||||
document.getElementById("counter").innerHTML = `We implement ${json.missing - json.discord}/${json.discord} endpoints from Discord.com ` +
|
||||
`as well as ${(json.spacebar + json.missing) - json.discord} additional endpoints.`;
|
||||
|
||||
for (let route of missingRoutes) {
|
||||
|
Loading…
Reference in New Issue
Block a user