another bug fix
This commit is contained in:
parent
def930115f
commit
2d9d71c91f
4 changed files with 6 additions and 6 deletions
|
@ -155,10 +155,10 @@ class User{
|
|||
this.changepfp(json.avatar);
|
||||
}
|
||||
}
|
||||
bind(html:HTMLElement,guild:Guild=null){
|
||||
bind(html:HTMLElement,guild:Guild=null,error=true){
|
||||
if(guild&&guild.id!=="@me"){
|
||||
Member.resolveMember(this,guild).then(_=>{
|
||||
if(_===undefined){
|
||||
if(_===undefined&&error){
|
||||
const error=document.createElement("span");
|
||||
error.textContent="!";
|
||||
error.classList.add("membererror");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue