From b03d2942e1bef98e13acadde5cbb8856a3f8c74d Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 19 Mar 2026 04:12:20 -0100 Subject: implement speed effect --- azalea/src/client_impl/chat.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea/src') diff --git a/azalea/src/client_impl/chat.rs b/azalea/src/client_impl/chat.rs index e71a208f..1a7359f7 100644 --- a/azalea/src/client_impl/chat.rs +++ b/azalea/src/client_impl/chat.rs @@ -33,6 +33,8 @@ impl Client { /// Send a message in chat. /// + /// If the content starts with a `/`, a command is sent. + /// /// ```rust,no_run /// # use azalea::Client; /// # async fn example(bot: Client) -> anyhow::Result<()> { -- cgit v1.2.3