|  |  |  | @ -19,7 +19,7 @@ export default class LeaderboardCommand extends SlashCommand { | 
		
	
		
			
				|  |  |  |  |     }) | 
		
	
		
			
				|  |  |  |  |     let st = '' | 
		
	
		
			
				|  |  |  |  |     for (const u of users) { | 
		
	
		
			
				|  |  |  |  |       let uu = await this.client.users.fetch(u.id) | 
		
	
		
			
				|  |  |  |  |       const uu = await this.client.users.fetch(u.id) | 
		
	
		
			
				|  |  |  |  |       st += `${uu.username}#${uu.discriminator} - ${u.messages} message(s)\n` | 
		
	
		
			
				|  |  |  |  |     } | 
		
	
		
			
				|  |  |  |  |     return st | 
		
	
	
		
			
				
					|  |  |  | 
 |