React in 1:1 DMs alongside servers/groups, surface the resolved friend username at startup and in the stats panel, verify reactions actually stick after adding them (with jump links for manual spot-checking), and prune stale targets from stats on each run so only the currently mutual set is shown.
11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"token": "your-account-token-here",
|
|
"friend_id": "123456789012345678",
|
|
"emoji": "👍",
|
|
"days_back": 10,
|
|
"db_path": "reactions.sqlite3",
|
|
"log_level": "INFO",
|
|
"manual_guild_ids": [],
|
|
"verify_reactions": true
|
|
}
|