From c8423edfb684d8d4f6fe9fadd31a64b54c0c8ec3 Mon Sep 17 00:00:00 2001 From: RandomChars <random@chars.jp> Date: Tue, 31 Aug 2021 11:26:48 +0900 Subject: [PATCH] fix Nitori API call --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index a5ea33b..3f25735 100644 --- a/script.js +++ b/script.js @@ -18,6 +18,6 @@ window.onload = async function () { .then( (json) => (document.getElementById("discord").innerHTML = - " " + json.Name + "#" + json.Discriminator) + " " + json.name + "#" + json.discriminator) ); }; -- GitLab