smol adj
This commit is contained in:
parent
0e12cd1bff
commit
22b2ec746a
2 changed files with 49 additions and 17 deletions
src/core
|
@ -161,6 +161,18 @@ impl BotInstance {
|
|||
|
||||
while let Some(message) = msglock.recv().await {
|
||||
|
||||
|
||||
botlog::trace(
|
||||
format!(
|
||||
"[TRACE][ServerMessage] > {:?}",
|
||||
message
|
||||
)
|
||||
.as_str(),
|
||||
Some("BotInstance > runner()".to_string()),
|
||||
None,
|
||||
);
|
||||
|
||||
|
||||
match message {
|
||||
ServerMessage::Notice(msg) => {
|
||||
botlog::notice(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue