Fix grammar issue for Message.add_reaction docs

This commit is contained in:
ChesterWOV 2022-03-15 10:51:28 +08:00 committed by GitHub
parent aa006f345a
commit ca4db68686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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