diff --git a/middlewares/throttling.py b/middlewares/throttling.py index 4037c01..342e3f2 100644 --- a/middlewares/throttling.py +++ b/middlewares/throttling.py @@ -34,4 +34,5 @@ class ThrottlingMiddleware(BaseMiddleware): async def message_throttled(self, message: types.Message, throttled: Throttled): if throttled.exceeded_count <= 2: - await message.reply("Too many requests!") + pass + # await message.reply("Too many requests!")