Make new guilds draggable

This commit is contained in:
Rgoplay
2026-02-15 13:32:38 +01:00
parent a3ab19d369
commit e2fa1b68a8
+1 -1
View File
@@ -835,7 +835,7 @@ class Localuser {
const guildy = new Guild(temp.d, this, this.user);
this.guilds.push(guildy);
this.guildids.set(guildy.id, guildy);
const divy = guildy.generateGuildIcon();
const divy = this.makeGuildIcon(guildy);
guildy.HTMLicon = divy;
(document.getElementById("servers") as HTMLDivElement).insertBefore(
divy,