sankhadip10 / ChallengeTrackerBot

A Discord bot automating challenge verification. Seamlessly tracks participant posts, validates Twitter/LinkedIn links, checks post formats, and auto-assesses eligibility. Features an admin panel for insights and reward distribution. Ensures efficiency, fairness, and reduced moderator effort.
0 stars 0 forks source link

Event-Based Streak Maintenance: #5

Open sankhadip10 opened 11 months ago

sankhadip10 commented 11 months ago

The bot maintains an internal database with each participant's streak. If a user does not post within a 24-hour period, their streak is broken. The database will also contain flags for eligibility. If a user misses a day, they are flagged as ineligible.

The bot maintains an internal database with each participant's streak for each event. If a user does not post within a 24-hour period for a specific event, their streak for that event is broken.