[docs] Rename FAQs to Samples

This commit is contained in:
Christopher F
2016-08-01 19:48:49 -04:00
parent c98bd6820e
commit 4dcbff16fd
2 changed files with 4 additions and 4 deletions

20
docs/guides/samples.md Normal file
View File

@@ -0,0 +1,20 @@
---
title: Samples
---
# Samples
>[!NOTE]
>All of these samples assume you have `_client` defined as a `DiscordSocketClient`.
#### Changing the bot's avatar
[!code-csharp[Bot Avatar](samples/faq/avatar.cs)]
#### Changing the bot's status
[!code-sharp[Bot Status](samples/faq/status.cs)]
#### Sending a message to a channel
[!code-csharp[Message to Channel](samples/faq/send_message.cs)]