Fix Samples on Docs; Fix Links on Docs; add FAQ page to docs

This commit is contained in:
Christopher F
2016-07-29 20:48:33 -04:00
parent dc58f92333
commit af4ede31b8
13 changed files with 51 additions and 3 deletions

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

@@ -0,0 +1,20 @@
---
title: Frequently Asked Questions
---
# Frequently Asked Questions
>[!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)]