Skip to content

Commit

Permalink
undo slack.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Oct 16, 2023
1 parent 2becd6d commit ba982f6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,6 @@ async def handle_app_mention_events(client, body, logger, say):
)
raise e


@app.event({
"type": "member_joined_channel",
})
async def handle_channel_join_events(client, body, logger, say):


async def _handle_app_mention_events(client, body, logger, say):
logger.info(body)
print(body)
Expand Down

0 comments on commit ba982f6

Please sign in to comment.