Firebot
Firebot copied to clipboard
[Feature Request] Get the users with most messages
JustyleR via Discord:
Get the username for the person with the most messages. Maybe even get the top 3 people with most messages.
I guess the variable for this would be something like:
$viewerData['messages', 3, true]
First argument is the column from the view db, second argument is the number of people to return, and third would be a true/false for if we should return the value.
How this gets returned, I'm not sure. Normally I'd return that info as JSON but that'd be hard for people to use in commands or in overlays.