userinfo: remove Avatar Decoration from quest decorations
This commit is contained in:
		
							parent
							
								
									aafcda393b
								
							
						
					
					
						commit
						9475cee163
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -252,7 +252,7 @@ userinfo.callback = async function (msg, line) {
 | 
			
		|||
      if (questDecoration != null) break;
 | 
			
		||||
    }
 | 
			
		||||
    if (questDecoration != null) {
 | 
			
		||||
      questDecorationName = questDecoration.messages.name;
 | 
			
		||||
      questDecorationName = questDecoration.messages.name.replace("Avatar Decoration", "");
 | 
			
		||||
      badges.push(`[${Icons.badges.quest_completed}](${BadgeURLs.quest_completed})`);
 | 
			
		||||
    }
 | 
			
		||||
  } else if (
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue