forked from embee/woomy
		
	why was this logging a unix timestamp
This commit is contained in:
		
							parent
							
								
									1e66c75982
								
							
						
					
					
						commit
						42f3fd10ff
					
				
					 1 changed files with 0 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -51,13 +51,6 @@ exports.run = (client, message, args) => {
 | 
			
		|||
      badges += "\n"
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    createdTimestamp = user.user.createdTimestamp;
 | 
			
		||||
    var date = new Date(createdTimestamp * 1000);
 | 
			
		||||
    var hours = date.getHours();
 | 
			
		||||
    var minutes = "0" + date.getMinutes();
 | 
			
		||||
    var seconds = "o" + date.getSeconds();
 | 
			
		||||
    console.log(date)
 | 
			
		||||
 | 
			
		||||
    user.roles.cache.forEach((role) => {
 | 
			
		||||
      roles = roles + role.name + "`, `"
 | 
			
		||||
    });
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue