1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

fix example in docs

This commit is contained in:
Ubuntu 2022-12-09 15:13:08 +00:00
parent f2076daba5
commit f009761247

View file

@ -64,7 +64,7 @@
//! async fn handle(bot: Client, event: Event, state: State) -> anyhow::Result<()> {
//! match event {
//! Event::Chat(m) => {
//! println!(m.message().to_ansi());
//! println!("{}", m.message().to_ansi());
//! }
//! _ => {}
//! }