From 9d23e7e8d18bae2a371262f9c06a06417c7b1346 Mon Sep 17 00:00:00 2001 From: ThatsNoMoon Date: Wed, 15 Feb 2023 22:58:53 -0700 Subject: [PATCH] fix example config typo --- example_config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_config.toml b/example_config.toml index 1ca0eaf..1c4a2fd 100644 --- a/example_config.toml +++ b/example_config.toml @@ -19,7 +19,7 @@ patience = "2min" # Amount of time to leave notifications visible # This uses the same format as patience # Other examples: "1y", "90d", "1M" (one month) -#patience_lifetime = "1month" +#notification_lifetime = "1month" [logging] # Discord webhook to send errors and panics to