remove reactions from messages older than n days

This commit is contained in:
seth 2024-04-02 19:23:15 -04:00
parent a8d6a2b8d7
commit 94b12a1069
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
9 changed files with 86 additions and 18 deletions

View file

@ -15,6 +15,7 @@ serde = "1.0.196"
serde_json = "1.0.112"
[dependencies]
chrono = "0.4.37"
color-eyre = "0.6.2"
dotenvy = "0.15.7"
enum_dispatch = "0.3.12"