mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-09-21 03:27:42 +00:00
Fix documentation to properly use Messageable.send
This commit is contained in:
+1
-1
@@ -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