mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-21 16:03:10 +00:00
Fix Messageable.typing context manager.
This commit is contained in:
@@ -592,8 +592,7 @@ class Messageable(metaclass=abc.ABCMeta):
|
||||
await channel.send_message('done!')
|
||||
|
||||
"""
|
||||
channel = yield from self._get_channel()
|
||||
return Typing(channel)
|
||||
return Typing(self)
|
||||
|
||||
@asyncio.coroutine
|
||||
def get_message(self, id):
|
||||
|
Reference in New Issue
Block a user