From 41e7338cff647564ee9ab03e5240fdb00ca4b920 Mon Sep 17 00:00:00 2001 From: Juice Man <92176188+ElPettego@users.noreply.github.com> Date: Thu, 15 Jun 2023 14:29:33 +0200 Subject: [PATCH] Update README.md Co-authored-by: Sima Kinsart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d04966cf..d9c4820b 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] } ### The dices bot -This bot replies with a dice throw to each received message: +This bot replies with a dice to each received message: [[`examples/throw_dice.rs`](crates/teloxide/examples/throw_dice.rs)]