Skip to content

Commit

Permalink
Update CommitBot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
echodaniel authored Sep 26, 2018
1 parent 116a682 commit e3a2a7d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CommitBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
# commitbot's user ID in Slack: value is assigned after the bot starts up
commitbot_id = None

# commit command reference. might not agree with comstants.
commits("user_id.commits.to/")
commit = commits
# commit command reference. might not agree with constants below.
commitsto("user_id.commits.to/")

# constants
RTM_READ_DELAY = 1 # 1 second delay between reading from RTM
Expand Down

1 comment on commit e3a2a7d

@echodaniel
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reference commitsto#240

Please sign in to comment.