aboutsummaryrefslogtreecommitdiff
path: root/discord/abc.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/abc.py')
-rw-r--r--discord/abc.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/discord/abc.py b/discord/abc.py
index 7814772a..5711ef70 100644
--- a/discord/abc.py
+++ b/discord/abc.py
@@ -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):