Skip to content

Commit 49caa35

Browse files
committed
Re-add 30 second wait to team_join messages
1 parent 04b0bb5 commit 49caa35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pybot/endpoints/slack/events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ async def team_join(event: Event, app: SirBot) -> None:
3333
]
3434

3535
logger.info(f"New team join event: {event}")
36-
# await asyncio.sleep(30)
36+
await asyncio.sleep(30)
3737
await asyncio.wait(futures)

0 commit comments

Comments
 (0)