Initial commit

This commit is contained in:
2026-08-01 15:09:47 +02:00
commit 3118f7b9d5
14 changed files with 670 additions and 0 deletions

9
config.example.json Normal file
View File

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