mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-25 03:33:05 +01:00
me when when
This commit is contained in:
parent
e1455e171d
commit
56df74095e
@ -19,7 +19,7 @@ document
|
||||
const json = await res.json();
|
||||
const missingRoutes = json.routes;
|
||||
|
||||
document.getElementById("counter").innerHTML = `We implement ${json.missing - json.discord}/${json.discord} endpoints from Discord.com ` +
|
||||
document.getElementById("counter").innerHTML = `We implement ${json.discord - json.missing}/${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