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

394 B

title
title
Samples

Samples

Note

All of these samples assume you have _client defined as a DiscordSocketClient.

Changing the bot's avatar

[!code-csharpBot Avatar]

Changing the bot's status

[!code-sharpBot Status]

Sending a message to a channel

[!code-csharpMessage to Channel]