Fix documentation to properly use Messageable.send

This commit is contained in:
Rapptz
2017-01-13 20:35:44 -05:00
parent 695b62ccd3
commit 33450cd1b6
2 changed files with 12 additions and 12 deletions

View File

@ -589,7 +589,7 @@ class Messageable(metaclass=abc.ABCMeta):
with channel.typing():
# do expensive stuff here
await channel.send_message('done!')
await channel.send('done!')
"""
return Typing(self)