The problem
The !ranklist command simply displays the list of members who have verified their CF handles. The problem is that the list doesn't have a limit on the no. of members (i.e. the output depends on the Discord embed limits).
Solution I'd like
- A simple solution would be to limit the no. of users. We can only display the top 10 members or something like that.
- But here I am asking for a better solution. One of them is to "paginate" the list (something which TLE does). We can have multiple embeds with each embed having let's say 10 members. We can then turn the pages using reactions (eg: ◀️, ▶️) .
Additional context
We can remove reactions from the embeds after some time.
The problem
The !ranklist command simply displays the list of members who have verified their CF handles. The problem is that the list doesn't have a limit on the no. of members (i.e. the output depends on the Discord embed limits).
Solution I'd like
Additional context
We can remove reactions from the embeds after some time.