Change docstrings to raw-strings

This commit is contained in:
BeatButton
2018-09-09 09:19:50 -06:00
committed by Rapptz
parent 5131acd675
commit a4d1599ce9
14 changed files with 29 additions and 29 deletions

View File

@ -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.