initial commit

This commit is contained in:
ygg2
2024-10-24 20:36:06 -04:00
parent f8e10a1e09
commit 8a80fc6936
30 changed files with 2335 additions and 2664 deletions

View File

@@ -157,13 +157,11 @@ Url.pathname.split("/")[Url.pathname.split("/").length - 1];
if(this.json?.footer?.text){
const span = document.createElement("span");
span.textContent = this.json.footer.text;
span.classList.add("spaceright");
footer.append(span);
}
if(this.json?.footer && this.json?.timestamp){
const span = document.createElement("span");
span.textContent = "";
span.classList.add("spaceright");
span.textContent = "";
footer.append(span);
}
if(this.json?.timestamp){
@@ -288,7 +286,7 @@ json.guild;
guild as invitejson["guild"] & { info: { cdn: string } }
);
const iconrow = document.createElement("div");
iconrow.classList.add("flexltr", "flexstart");
iconrow.classList.add("flexltr");
iconrow.append(icon);
{
const guildinfo = document.createElement("div");