Revert "remove reactions from messages older than n days"
This reverts commit 94b12a1069
.
This commit is contained in:
parent
a51210289b
commit
ca7bacb5ac
9 changed files with 18 additions and 86 deletions
|
@ -39,7 +39,7 @@ async fn setup(
|
|||
_: &serenity::Ready,
|
||||
framework: &Framework<Data, Error>,
|
||||
) -> Result<Data, Error> {
|
||||
let config = Config::from_env()?;
|
||||
let config = Config::new_from_env();
|
||||
|
||||
let storage = if let Some(url) = &config.bot.redis_url {
|
||||
Some(Storage::from_url(url)?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue