From 3d9e1cace3cb782d0502d3ad8e49c0b97c56f7a6 Mon Sep 17 00:00:00 2001 From: Damien Degois Date: Sun, 24 Nov 2024 19:19:06 +0100 Subject: [PATCH] update token message wording --- bots/notiteamsbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/notiteamsbot.py b/bots/notiteamsbot.py index 027caae..617a20b 100644 --- a/bots/notiteamsbot.py +++ b/bots/notiteamsbot.py @@ -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,