Fix typo in Message.role_mentions documentation.
This commit is contained in:
parent
1acf478fb7
commit
5fa715c350
@ -84,7 +84,7 @@ class Message:
|
|||||||
A list of :class:`Channel` that were mentioned. If the message is in a private message
|
A list of :class:`Channel` that were mentioned. If the message is in a private message
|
||||||
then the list is always empty.
|
then the list is always empty.
|
||||||
role_mentions : list
|
role_mentions : list
|
||||||
A list of :class:`Role`s that were mentioned. If the message is in a private message
|
A list of :class:`Role` that were mentioned. If the message is in a private message
|
||||||
then the list is always empty.
|
then the list is always empty.
|
||||||
id : str
|
id : str
|
||||||
The message ID.
|
The message ID.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user