Browse Source

Fixed a typo which prevented syntax highlight in samples/faq/status.cs

tags/1.0-rc
zenima 8 years ago
parent
commit
b82666b47f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/guides/samples.md

+ 2
- 2
docs/guides/samples.md View File

@@ -13,8 +13,8 @@ title: Samples


#### Changing the bot's status #### Changing the bot's status


[!code-sharp[Bot Status](samples/faq/status.cs)]
[!code-csharp[Bot Status](samples/faq/status.cs)]


#### Sending a message to a channel #### Sending a message to a channel


[!code-csharp[Message to Channel](samples/faq/send_message.cs)]
[!code-csharp[Message to Channel](samples/faq/send_message.cs)]

Loading…
Cancel
Save