# Flood Handler

Automatically wait for the time and redo the function

```
from pyrogram import Client
from pyropatch import flood_handler                   #apply flood handler

app = Client(...)

# all floodwaits will automatically handled
await app.send_message("me", "Flood handled with **Pyropatch**!")

```
