strinking / statbot

A data ingestion bot that reads records from Discord guilds into a SQL database.
MIT License
22 stars 5 forks source link

Fix "is_member" column #49

Closed emmiegit closed 6 years ago

emmiegit commented 6 years ago

There are members who are reported as having "false" in the is_member column, despite being members. I believe this has to do with checking membership on startup, as the member upserts may not be changing that column.