Skip to content

Commit

Permalink
feat: two new arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrolube authored Feb 28, 2024
1 parent e925c69 commit 1af561c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ GramAddict can do many things and the list is constantly growing. This is a full
| debug | Optional | For troubleshooting. Debug is already sent to log file, this shows it in console | `false` |
| speed-multiplier | Optional | You can set the speed of the bot. > 1 will increase the speed, < 1 will slow down. It can also be a fraction: for example 1.3 | `1` |
| close-apps | Optional | With this you can tell the bot to close all the background apps to avoid interferences | `true` |
| kill-atx-agent | Optional | Kill the atx agent at the end of the session. That can freeze the bot for some devices | `false` |
| restart-atx-agent | Optional | Restart the atx agent before starting. If the bot freeze, that option should solve the problem | `false` |
| disable-filters | Optional | Instead of deleting/renaming your filter.yml file, you can ignore it with this argument | `false` |
| disable-block-detection | Optional | You can disable the detection of action block by putting this parameter to `true` | `false` |
| dont-type | Optional | Instead of typing, the bot will paste text | `false` |
Expand Down

0 comments on commit 1af561c

Please sign in to comment.