From 35e5bb7c0582b73c31606cbda8375f00270c476b Mon Sep 17 00:00:00 2001 From: KnorpelSenf Date: Wed, 9 Aug 2023 20:44:36 +0200 Subject: [PATCH] fix: typo --- site/docs/advanced/flood.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/advanced/flood.md b/site/docs/advanced/flood.md index 0e1127053..9970061f9 100644 --- a/site/docs/advanced/flood.md +++ b/site/docs/advanced/flood.md @@ -54,7 +54,7 @@ From the [Bot FAQ](https://core.telegram.org/bots/faq#my-bot-is-hitting-limits-h **This only applies to bulk notifications,** i.e. if you proactively message many users. If you are just responding to messages from users, then it is no problem to send 1,000 or more messages per second. - When the Bot FAQ says that you should _"consider spreading out notifications over large intervals"_, it this does not mean that you should add any artificial delays. + When the Bot FAQ says that you should _"consider spreading out notifications over large intervals"_, this does not mean that you should add any artificial delays. Instead, the main takeaway here is that sending bulk notifications is a process that will take many hours. You cannot expect to message all users instantly at the same time.