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:
parent
f2076daba5
commit
f009761247
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
//! async fn handle(bot: Client, event: Event, state: State) -> anyhow::Result<()> {
|
//! async fn handle(bot: Client, event: Event, state: State) -> anyhow::Result<()> {
|
||||||
//! match event {
|
//! match event {
|
||||||
//! Event::Chat(m) => {
|
//! Event::Chat(m) => {
|
||||||
//! println!(m.message().to_ansi());
|
//! println!("{}", m.message().to_ansi());
|
||||||
//! }
|
//! }
|
||||||
//! _ => {}
|
//! _ => {}
|
||||||
//! }
|
//! }
|
||||||
|
|
Loading…
Add table
Reference in a new issue