Files
Discord.Net/docs/guides/samples.md
Christopher F 36d3257440 Add a sample for getting the Guild from an IMessage
some users were having trouble with this
2016-08-27 17:50:03 -04:00

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

Retrieving an IGuild from an IMessage

[!code-csharpMessage to Guild]