updated settings class and user can now remove pfp
This commit is contained in:
parent
39f7a3701a
commit
e11cd2e0c1
10 changed files with 537 additions and 72 deletions
|
@ -53,6 +53,8 @@ class PermissionToggle {
|
|||
this.permissions = permissions;
|
||||
this.owner = owner;
|
||||
}
|
||||
watchForChange() { }
|
||||
;
|
||||
generateHTML() {
|
||||
const div = document.createElement("div");
|
||||
div.classList.add("setting");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue