Skip to content

Commit 23ead9a

Browse files
committed
only respond with eyes once
1 parent 869d1cb commit 23ead9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/slackBotFunction/app/slack/slack_handlers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def dm_message_handler(event, event_id, client):
140140
if event.get("channel_type") != constants.CHANNEL_TYPE_IM:
141141
return # not a DM; the channel handler will evaluate it
142142
bot_token = get_bot_token()
143-
respond_with_eyes(bot_token, event)
144143
text = (event.get("text") or "").strip()
145144
channel_id = event["channel"]
146145
conversation_key, thread_root = _conversation_key_and_root(event)

0 commit comments

Comments
 (0)