Files
dc-nogi/config.example.json
Minz 41b6b3f234 Remove post-reaction verification refetch
Was doing an extra fetch_message per reaction to confirm the
reaction stuck. Turned out to be unrelated to the earlier
missing-reactions bug (that was the scan-state resume issue), so
drop it to save the API calls.
2026-08-01 18:12:17 +02:00

10 lines
199 B
JSON

{
"token": "your-account-token-here",
"friend_id": "123456789012345678",
"emoji": "👍",
"days_back": 10,
"db_path": "reactions.sqlite3",
"log_level": "INFO",
"manual_guild_ids": []
}