mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-08 04:38:42 +00:00
Some documentation warning fixes.
This commit is contained in:
parent
b6e680edde
commit
b5a371812f
@ -364,9 +364,9 @@ class Client(object):
|
|||||||
|
|
||||||
Example: ::
|
Example: ::
|
||||||
|
|
||||||
for message in client.logs_from(channel):
|
for message in client.logs_from(channel):
|
||||||
if message.content.startswith('!hello'):
|
if message.content.startswith('!hello'):
|
||||||
client.edit_message(message, 'goodbye')
|
client.edit_message(message, 'goodbye')
|
||||||
|
|
||||||
|
|
||||||
:param channel: The :class:`Channel` to obtain the logs from.
|
:param channel: The :class:`Channel` to obtain the logs from.
|
||||||
|
@ -61,7 +61,7 @@ class Message(object):
|
|||||||
A boolean specifying if the message mentions everyone.
|
A boolean specifying if the message mentions everyone.
|
||||||
.. attribute:: mentions
|
.. attribute:: mentions
|
||||||
|
|
||||||
An array of :class:`User`s that were mentioned.
|
An array of :class:`User` that were mentioned.
|
||||||
.. attribute:: id
|
.. attribute:: id
|
||||||
|
|
||||||
The message ID.
|
The message ID.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user