This commit is contained in:
ModulatingForce 2024-03-23 19:37:43 -04:00
commit 22b2ec746a
2 changed files with 49 additions and 17 deletions

View file

@ -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(