remove reactions from messages older than n days
This commit is contained in:
parent
a8d6a2b8d7
commit
94b12a1069
9 changed files with 86 additions and 18 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue