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
9
.env.template
Normal file
9
.env.template
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue