Hello actuallly i am tring to make a leaderboard command for my discord bot so wanted to make this
User Shema Example
{ _id: something, points: 100 }
I have every players in Array example
[
{ _id: something, points: 100 },
{ _id: something2, points: 300 },
{ _id: something3, points: 200 },
{ _id: something4, points: 50 }
]
I wanted to get points by ascending order by points then I want to get the name this is how it want to be like
something4 - 50
something - 100
something3 - 200
something - 300