Skip to content

Commit

Permalink
Limit reactions to one message per channel per two hours (v2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Lowe committed May 27, 2020
1 parent 7564d32 commit 0764cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

doneThat = {}


@app.route('/', methods=['GET', 'POST'])
def handle_message():
"""A single endpoint handling both events and commands."""
Expand Down

0 comments on commit 0764cef

Please sign in to comment.