diff --git a/README.md b/README.md index 7eaf101..d3ec36e 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ Copy `config.sample.txt` to `config.txt` and replace data by your data. If you don't want any "spoiler text", just leave the line empty. -Actually, bot limit request at 4 per minute per person. Later, a make it configurable on config file. - | **Field name** | Description | Value | | -------------- | ---------------------------------------------------------------------- | ---------------------- | | img_path | Path where image are located | /home/bot/img | ../bot | @@ -20,7 +18,7 @@ Actually, bot limit request at 4 per minute per person. Later, a make it configu | sensitive | Hide picture behind "sensitive content" mask or not | yes | no | | default_text | Text for --img option | string | | spoiler_text | Text for every spoiler (or CW) (for --img or --stream option) | string | -| limit | Limit send per minute per person | int | +| limit | Limit send per minute per person | intg | ## Use it