replaced innerText with textContent and fixed themes

This commit is contained in:
MathMan05
2024-06-20 12:56:44 -05:00
parent 4e4c34454a
commit e5ead8a77e
13 changed files with 74 additions and 82 deletions

View File

@@ -191,7 +191,7 @@ class guild{
for(const char of this.properties.name.split(" ")){
build+=char[0];
}
div.innerText=build;
div.textContent=build;
div.classList.add("blankserver","servericon")
divy.appendChild(div)
div.onclick=()=>{