userinfo: these were never awaited guh
This commit is contained in:
		
							parent
							
								
									9475cee163
								
							
						
					
					
						commit
						f6f7bf3d1f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -108,14 +108,14 @@ userinfo.callback = async function (msg, line) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (Date.now() > vencordFetch) {
 | 
					  if (Date.now() > vencordFetch) {
 | 
				
			||||||
    try {
 | 
					    try {
 | 
				
			||||||
      fetchVencordData();
 | 
					      await fetchVencordData();
 | 
				
			||||||
    } catch {
 | 
					    } catch {
 | 
				
			||||||
      // noop
 | 
					      // noop
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  if (Date.now() > questsFetch) {
 | 
					  if (Date.now() > questsFetch) {
 | 
				
			||||||
    try {
 | 
					    try {
 | 
				
			||||||
      fetchQuestData();
 | 
					      await fetchQuestData();
 | 
				
			||||||
    } catch {
 | 
					    } catch {
 | 
				
			||||||
      // noop
 | 
					      // noop
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue