You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Plugin/README.md
+6
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,12 @@ You can ask:
64
64
65
65
Also, bot sends advices randomly from time to time, depending on users activity, luck and time delay. Here we implemented our new helpers [Timer](/miamibc/joker-telegram-bot/blob/master/src/Helper/Timer.php) and [Tickometer](/miamibc/joker-telegram-bot/blob/master/src/Helper/Tickometer.php) for first time (description will be added later).
66
66
67
+
Options:
68
+
-`random_time` (int, default 360) - seconds between random advices
69
+
-`random_ticks` (int, default 5) - activity needed to produce random advice (messages per minute)
70
+
-`random_chance` (float, default .33) - chance of random advice
71
+
-`random_delay` (int, default 5) - delay before random advice will be sent
72
+
67
73
Thanks for idea [D0b3rm4nN](https://gist.github.com/bcdober)
0 commit comments