userinfo: copypaste moment
This commit is contained in:
		
							parent
							
								
									a5da10b6aa
								
							
						
					
					
						commit
						7004395b3d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -33,7 +33,7 @@ userinfo.callback = async function (msg, line) {
 | 
			
		|||
  if (!line || line == "") {
 | 
			
		||||
    id = msg.author?.id ?? msg.user?.id;
 | 
			
		||||
  } else {
 | 
			
		||||
    const lookup = await lookupUser(msg, user);
 | 
			
		||||
    const lookup = await lookupUser(msg, line);
 | 
			
		||||
    if (lookup == "No results" || lookup == "Canceled" || lookup == "Request timed out") {
 | 
			
		||||
      return lookup;
 | 
			
		||||
    } else {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue