mirror of https://github.com/stijndcl/didier
				
				
				
			Add delimiter to message count (fixes #25)
							parent
							
								
									b30360e901
								
							
						
					
					
						commit
						5b78840477
					
				|  | @ -28,7 +28,7 @@ class Xp(commands.Cog): | |||
| 
 | ||||
|         embed = discord.Embed(colour=discord.Colour.blue()) | ||||
|         embed.set_author(name=target.display_name, icon_url=target.avatar_url) | ||||
|         embed.add_field(name="Aantal Berichten", value="{} ({}%)".format(int(target_stats[11]), perc)) | ||||
|         embed.add_field(name="Aantal Berichten", value="{:,} ({}%)".format(int(target_stats[11]), perc)) | ||||
|         embed.add_field(name="Level", value=str(xp.calculate_level(target_stats[12]))) | ||||
|         embed.add_field(name="XP", value="{:,}".format(int(target_stats[12]))) | ||||
|         embed.set_footer(text="*Sinds Didier 2.0 Launch") | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue