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
				
			
		| 
						 | 
					@ -50,13 +50,6 @@ exports.run = (client, message, args) => {
 | 
				
			||||||
    if(badges.length > 0) {
 | 
					    if(badges.length > 0) {
 | 
				
			||||||
      badges += "\n"
 | 
					      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) => {
 | 
					    user.roles.cache.forEach((role) => {
 | 
				
			||||||
      roles = roles + role.name + "`, `"
 | 
					      roles = roles + role.name + "`, `"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue