various updates
This commit is contained in:
parent
c9ce8c234a
commit
e24afe2abe
9 changed files with 180 additions and 95 deletions
|
@ -794,8 +794,7 @@ class Localuser{
|
|||
guild.html.classList.add("serveropen");
|
||||
}
|
||||
this.lookingguild = guild;
|
||||
(document.getElementById("serverName") as HTMLElement).textContent =
|
||||
guild.properties.name;
|
||||
(document.getElementById("serverName") as HTMLElement).textContent = guild.properties.name;
|
||||
//console.log(this.guildids,id)
|
||||
const channels = document.getElementById("channels") as HTMLDivElement;
|
||||
channels.innerHTML = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue