diff options
| author | mat <git@matdoes.dev> | 2026-03-19 04:12:20 -0100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-03-19 04:12:20 -0100 |
| commit | b03d2942e1bef98e13acadde5cbb8856a3f8c74d (patch) | |
| tree | f1be3cd3151c3194677001d520aedf2ad18f92b8 /azalea/src | |
| parent | 176907fa8bc2c03f245b837f09a80d073856d4dd (diff) | |
| download | azalea-drasl-b03d2942e1bef98e13acadde5cbb8856a3f8c74d.tar.xz | |
implement speed effect
Diffstat (limited to 'azalea/src')
| -rw-r--r-- | azalea/src/client_impl/chat.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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<()> { |
