mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 10:53:10 +00:00
Change docstrings to raw-strings
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user