Firebot icon indicating copy to clipboard operation
Firebot copied to clipboard

[Feature Request] Get the users with most messages

Open CrowbarToolsRobot opened this issue 2 years ago • 1 comments

JustyleR via Discord:

Get the username for the person with the most messages. Maybe even get the top 3 people with most messages.

CrowbarToolsRobot avatar Mar 15 '23 18:03 CrowbarToolsRobot

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.

itsjesski avatar Jan 05 '24 21:01 itsjesski