Browse Source
Fix grammar issue for Message.add_reaction docs
pull/7692/head
ChesterWOV
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/message.py
|
|
@ -1467,7 +1467,7 @@ class Message(Hashable): |
|
|
|
async def add_reaction(self, emoji: EmojiInputType, /) -> None: |
|
|
|
"""|coro| |
|
|
|
|
|
|
|
Add a reaction to the message. |
|
|
|
Adds a reaction to the message. |
|
|
|
|
|
|
|
The emoji may be a unicode emoji or a custom guild :class:`Emoji`. |
|
|
|
|
|
|
|