From a4d1599ce92e39d93ff6ccb08ef4511d8b2543be Mon Sep 17 00:00:00 2001 From: BeatButton Date: Sun, 9 Sep 2018 09:19:50 -0600 Subject: Change docstrings to raw-strings --- discord/channel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord/channel.py') diff --git a/discord/channel.py b/discord/channel.py index f737b987..eb157ad9 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -808,7 +808,7 @@ class GroupChannel(discord.abc.Messageable, Hashable): return base async def add_recipients(self, *recipients): - """|coro| + r"""|coro| Adds recipients to this group. @@ -835,7 +835,7 @@ class GroupChannel(discord.abc.Messageable, Hashable): await req(self.id, recipient.id) async def remove_recipients(self, *recipients): - """|coro| + r"""|coro| Removes recipients from this group. -- cgit v1.2.3