diff options
| author | Ubuntu <github@matdoes.dev> | 2022-12-09 15:13:08 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-12-09 15:13:08 +0000 |
| commit | f0097612473d20ebac21e8ae5eba32bf32c2fe42 (patch) | |
| tree | d6ecc64714f16e9235ea7b75bbdd3c28e26a512d /azalea/src | |
| parent | f2076daba5cfcce81399b075ba9258fbdc2012fa (diff) | |
| download | azalea-drasl-f0097612473d20ebac21e8ae5eba32bf32c2fe42.tar.xz | |
fix example in docs
Diffstat (limited to 'azalea/src')
| -rw-r--r-- | azalea/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index 3752573f..7388ec14 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -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()); //! } //! _ => {} //! } |
