diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index e4f2014..db22047 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,6 +7,6 @@ #[tokio::main] async fn main() -> anyhow::Result<()> { - thulani::log_setup::init(false).expect("initializing logging"); + thulani::log_setup::init(); thulani::bot::run().await } |
