Skip to content

Commit

Permalink
Only need to define on interval
Browse files Browse the repository at this point in the history
  • Loading branch information
harrellbm committed Oct 12, 2022
1 parent c877bcb commit 13ebf68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Projects/Social-Bots/TS/Bot-Modules/Announcements.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ exports.newSocialBotsBotModulesAnnouncements = function (processIndex) {
announcement.config.onInterval
)
intervalRunning = true
onEnter = false
onExit = false
}
}
if (announcement.config.onEnter !== undefined) {
Expand Down

0 comments on commit 13ebf68

Please sign in to comment.