fix bug
This commit is contained in:
parent
425bbff5a0
commit
9b12e8f557
2 changed files with 2 additions and 2 deletions
|
@ -537,7 +537,7 @@ class Localuser {
|
|||
const banner = document.createElement("img");
|
||||
banner.classList.add("banner");
|
||||
banner.crossOrigin = "anonymous";
|
||||
banner.src = this.info.cdn + "icons/" + guild.id + "/" + guild.banner + ".png?size=256";
|
||||
banner.src = this.info.cdn + "/icons/" + guild.id + "/" + guild.banner + ".png?size=256";
|
||||
banner.alt = "";
|
||||
content.appendChild(banner);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue