Skip to content

Commit

Permalink
Example
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Arnott committed Oct 23, 2024
1 parent 6ed7ff3 commit 839a42d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config-example/rules/reaction.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: plus-one-reaction
active: true
reaction_match: ":+1:"
args:
# actions
actions: # this rule takes no actions, just collects and responds with whats laid out in the format_response section

# response
format_output: "Oh a reaction?" # message to send to your user when they say hello
start_message_thread: true # start a thread with the response
direct_message_only: false # allow messaging inside channels

0 comments on commit 839a42d

Please sign in to comment.