From 7f864578e0031547d73fbb7e8b5a5f84bb197053 Mon Sep 17 00:00:00 2001 From: Ian Mitchell Date: Tue, 14 Jun 2016 21:04:40 -0700 Subject: [PATCH] Corrected PM Message Documentation (#424) --- docs/docs_message.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs_message.rst b/docs/docs_message.rst index 9ec20c88d..a638b76d4 100644 --- a/docs/docs_message.rst +++ b/docs/docs_message.rst @@ -20,7 +20,7 @@ The channel the message was sent in, either a TextChannel_ or PMChannel_. server ~~~~~~~ -The Server_ the message was sent in. Will be null if the message was sent in a PMChannel_. +The Server_ the message was sent in. Will be undefined if the message was sent in a PMChannel_. client ~~~~~~