mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-19 04:24:41 +00:00
Some documentation warning fixes.
This commit is contained in:
@@ -364,9 +364,9 @@ class Client(object):
|
||||
|
||||
Example: ::
|
||||
|
||||
for message in client.logs_from(channel):
|
||||
if message.content.startswith('!hello'):
|
||||
client.edit_message(message, 'goodbye')
|
||||
for message in client.logs_from(channel):
|
||||
if message.content.startswith('!hello'):
|
||||
client.edit_message(message, 'goodbye')
|
||||
|
||||
|
||||
:param channel: The :class:`Channel` to obtain the logs from.
|
||||
|
Reference in New Issue
Block a user