This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const SHORT_DELAY = 100; | |
| const MEDIUM_DELAY = 250; | |
| const LONG_DELAY = 500; | |
| let messageChatIdx = 0 | |
| let isRunning = false | |
| let exceptionsInARow = 0 | |
| const exceptionsInARowUntilNextChat = 40 |