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

9
.env.template Normal file
View file

@ -0,0 +1,9 @@
DISCORD_BOT_TOKEN=
DISCORD_DAYS_TO_DELETE_REACTION=
DISCORD_LOG_CHANNEL_ID=
DISCORD_WELCOME_CHANNEL_ID=
BOT_REDIS_URL="redis://localhost:6379"
RUST_LOG="refraction=debug"
RUST_BACKTRACE=1