8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01449b5 commit 4b19483Copy full SHA for 4b19483
generators/app/templates/echo/{{cookiecutter.bot_name}}/bot.py
@@ -9,7 +9,7 @@ class MyBot(ActivityHandler):
9
# See https://aka.ms/about-bot-activity-message to learn more about the message and other activity types.
10
11
async def on_message_activity(self, turn_context: TurnContext):
12
- await turn_context.send_activity(f"You said '{ turn_context.activity.text }'")
+ await turn_context.send_activity(f"Echo: '{ turn_context.activity.text }'")
13
14
async def on_members_added_activity(
15
self,
0 commit comments