aboutsummaryrefslogtreecommitdiff
path: root/azalea/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src')
-rw-r--r--azalea/src/client_impl/chat.rs2
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<()> {