mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-21 16:03:10 +00:00
Fix documentation to properly use Messageable.send
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user