aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
Diffstat (limited to 'discord')
-rw-r--r--discord/user.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/discord/user.py b/discord/user.py
index 9c4aab31..ff60fb71 100644
--- a/discord/user.py
+++ b/discord/user.py
@@ -744,7 +744,9 @@ class User(BaseUser, discord.abc.Messageable):
return [guild for guild in self._state._guilds.values() if guild.get_member(self.id)]
async def create_dm(self):
- """Creates a :class:`DMChannel` with this user.
+ """|coro|
+
+ Creates a :class:`DMChannel` with this user.
This should be rarely called, as this is done transparently for most
people.