Add server property to the Message class

Extremely simple change, but I (and others) would probably find it a
nice shortcut.
This commit is contained in:
Programmix
2016-05-20 23:04:46 -07:00
committed by abalabahaha
parent 79ee493a39
commit d42cbd1c14
3 changed files with 8 additions and 1 deletions

View File

@@ -15,7 +15,12 @@ Attributes
channel
~~~~~~~
The channel the message sent in, either a TextChannel_ or PMChannel_.
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_.
client
~~~~~~