mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
change a println in bot/main.rs
This commit is contained in:
parent
40fd1a922f
commit
b6b99e61f0
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ async fn swarm_handle(
|
|||
swarm.add(account, State::default()).await?;
|
||||
}
|
||||
SwarmEvent::Chat(m) => {
|
||||
println!(">>> swarm chat message: {}", m.message().to_ansi(None));
|
||||
println!("swarm chat message: {}", m.message().to_ansi(None));
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue