mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-09 02:14:24 +02:00
fix: thread created should be debug, not info
This commit is contained in:
parent
25d343dfa5
commit
8afda248be
@ -189,7 +189,7 @@ impl EventHandler for Handler {
|
||||
return;
|
||||
}
|
||||
|
||||
info!("Thread created: {:?}", thread);
|
||||
debug!("Thread created: {:?}", thread);
|
||||
|
||||
let configuration_lock = get_configuration_lock(&ctx).await;
|
||||
let configuration = configuration_lock.read().await;
|
||||
|
Loading…
x
Reference in New Issue
Block a user