Skip to content

Commit

Permalink
Update repo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT authored Jun 14, 2024
1 parent 0943dc2 commit 58bd4cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lettuce/plugins/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async def repo(self, command):
]
}

await self.client.web_client.chat_postMessage(
await self.client.chat_postMessage(
channel=channel_id, blocks=message_preview["blocks"], text=fallback_message
)

Expand All @@ -69,6 +69,6 @@ async def handle_button_click(self, action):
message = (
f"Hello, you can implement your '{clicked_button_value}' knowledge here:\n{repos_list}"
)
await self.client.web_client.chat_postMessage(
await self.client.chat_postMessage(
channel=action.payload["channel"]["id"], text=message
)

0 comments on commit 58bd4cc

Please sign in to comment.