Files
Discord.Net/docs/guides/samples.md
Christopher F 77342903bb Update Documentation to be compatible with Beta2
this one took a while
2016-10-15 17:28:36 -04:00

20 lines
394 B
Markdown

---
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)]