mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Fix grammar issue for Message.add_reaction docs
This commit is contained in:
@ -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`.
|
||||
|
||||
|
Reference in New Issue
Block a user