MitchellAW/FlandersBOT

Log missing votes with correct users

Closed this issue · 1 comments

Currently, any missed votes are inserted into the vote_history table using null user ids.
It would be good to use the top.gg API to pull the latest 1,000 votes and prioritise updating any missing votes using these user ids rather than null ids.

API only pulls votes from the previous month, not worth adding.