Add emoji support & render markdown in embeds
This commit is contained in:
@@ -83,7 +83,7 @@ class PermissionToggle{
|
||||
|
||||
div.append(this.generateCheckbox());
|
||||
const p=document.createElement("p");
|
||||
p.innerText=this.rolejson.description;
|
||||
p.textContent=this.rolejson.description;
|
||||
div.appendChild(p);
|
||||
return div;
|
||||
}
|
||||
|
Reference in New Issue
Block a user