strinking / statbot

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

Crawling sets first_message_id incorrectly #30

Closed emmiegit closed 7 years ago

emmiegit commented 7 years ago

Something is wrong with the logic of how history() is interpreted, causing the first_message_id, what is supposed to be the very first message in a channel, to refer to an ID that is not actually the first message.

Possibly related to #25