Skip to content

Commit

Permalink
Merge pull request #7 from teams-notifier/message-channel-token
Browse files Browse the repository at this point in the history
update token message wording
  • Loading branch information
babs authored Nov 24, 2024
2 parents 92b1d8a + 3d9e1ca commit 9606f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bots/notiteamsbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ async def _on_request_token(self, turn_context: TurnContext):

elif conv_type == "personal":
conversation_description = "this conversation"
message = f"Hi there, the token to publish to {conversation_description} is:\n`{token}`\n"
message = f"Hi there, your token to publish to {conversation_description} is:\n`{token}`\n"

await self.helpers.msg.send_private_message(
tenant_id=tenant_id,
Expand Down

0 comments on commit 9606f09

Please sign in to comment.