DevChatter / DevChatterBot

MIT License
55 stars 28 forks source link

Many Interval Messages at Launch #230

Closed benrick closed 6 years ago

benrick commented 6 years ago

Since the messages have all reached their time when they're ready to go, the interval messages all trigger when the bot enters the chat.

There's supposed to be a one-at-a-time enforced, but it seems to not catch them the first time. We should figure out why it doesn't. In theory, the bot should start by sending these messages out one at a time on each minute.

benrick commented 6 years ago

This may be as easy to resolve as just putting some kind of a sleep into the synced loop over the ready messages.