le typo has gone
remotes/1693045480750635534/spooky-22
DrTransmisia 2022-07-17 19:05:24 +02:00 committed by GitHub
parent aaabd0cc79
commit e9d57ba68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ emojiRequest.open("GET", '/marsey_list.json');
emojiRequest.onload = async (e) => {
let emojis = JSON.parse(emojiRequest.response);
if(! (emojis instanceof Array ))
throw new TypeError("[EMOIJ DIALOG] rDrama's server should have sent a JSON-coded Array!");
throw new TypeError("[EMOJI DIALOG] rDrama's server should have sent a JSON-coded Array!");
let classes = new Set();
const bussyDOM = document.createElement("div");