Files
Discord.Net/docs/guides/samples.md

396 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-csharpBot Status]

Sending a message to a channel

[!code-csharpMessage to Channel]