Update docs to reflect IMessage->IUserMessage

As changed in 23a0316252
This commit is contained in:
Christopher F
2016-08-27 22:16:51 -04:00
parent 23a0316252
commit 8406bd8f73
12 changed files with 21 additions and 19 deletions

View File

@@ -19,6 +19,6 @@ title: Samples
[!code-csharp[Message to Channel](samples/faq/send_message.cs)]
#### Retrieving an IGuild from an IMessage
#### Retrieving an IGuild from an IUserMessage
[!code-csharp[Message to Guild](samples/faq/guild_from_message.cs)]