diff options
| author | ELginas <[email protected]> | 2020-08-06 04:44:11 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-05 21:44:11 -0400 |
| commit | 891531fac03a44acc1028e7f52c473f58af50c06 (patch) | |
| tree | b1cec7328f7f3aa4cb4cd2bd0f6695a042136bff | |
| parent | Fix a typo with webhook documentation (diff) | |
| download | discord.py-891531fac03a44acc1028e7f52c473f58af50c06.tar.xz discord.py-891531fac03a44acc1028e7f52c473f58af50c06.zip | |
Fixed a typo in message unpinning docs
| -rw-r--r-- | discord/message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/message.py b/discord/message.py index a09c2d73..e2cfe866 100644 --- a/discord/message.py +++ b/discord/message.py @@ -904,7 +904,7 @@ class Message: Parameters ----------- reason: Optional[:class:`str`] - The reason for pinning the message. Shows up on the audit log. + The reason for unpinning the message. Shows up on the audit log. .. versionadded:: 1.4 |