Skip to content

Commit

Permalink
update annoumcemnts file comment
Browse files Browse the repository at this point in the history
  • Loading branch information
harrellbm committed Oct 12, 2022
1 parent 1a46844 commit c877bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/Social-Bots/TS/Bot-Modules/Announcements.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ exports.newSocialBotsBotModulesAnnouncements = function (processIndex) {
let announcement = node.announcements[i]
let canAnnounce = true

// Check configuration to see if Announcement should be run at Enter or Exit of Node
// Check configuration to see if Announcement should be run at Enter, Exit of Node, or Interval
// set defaults, protect against empty configurations or missing values
let onEnter = true
let onExit = false
Expand Down

0 comments on commit c877bcb

Please sign in to comment.