Skip to content

Commit ed385fb

Browse files
committed
Rename Sample
1 parent e40d14c commit ed385fb

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
if (text.Contains("help"))
118118
{
119119
await context.Send(
120-
"**Quoted Replies Test Bot**\n\n" +
120+
"**Quoting Test Bot**\n\n" +
121121
"**Commands:**\n" +
122122
"- `test reply` - Reply() auto-quotes your message\n" +
123123
"- `test quote` - Quote() quotes a previously sent message\n" +

Samples/Samples.QuotedReplies/Properties/launchSettings.TEMPLATE.json renamed to Samples/Samples.Quoting/Properties/launchSettings.TEMPLATE.json

File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Example: Quoted Replies
1+
# Example: Quoting
22

3-
A bot that demonstrates quoted reply features in Microsoft Teams — referencing previous messages when sending responses.
3+
A bot that demonstrates various ways to quote previous messages in Microsoft Teams.
44

55
## Commands
66

@@ -41,7 +41,7 @@ A bot that demonstrates quoted reply features in Microsoft Teams — referencing
4141

4242
4. Run the sample:
4343
```bash
44-
cd Samples/Samples.QuotedReplies
44+
cd Samples/Samples.Quoting
4545
dotnet run
4646
```
4747

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)