aboutsummaryrefslogtreecommitdiff
path: root/discord/abc.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/abc.py')
-rw-r--r--discord/abc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/abc.py b/discord/abc.py
index 3ac9a82e..97383573 100644
--- a/discord/abc.py
+++ b/discord/abc.py
@@ -816,7 +816,7 @@ class Messageable(metaclass=abc.ABCMeta):
"""
return Typing(self)
- async def get_message(self, id):
+ async def fetch_message(self, id):
"""|coro|
Retrieves a single :class:`.Message` from the destination.