mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 07:26:17 +00:00
Fix documentation for ChannelFlags.pinned
This commit is contained in:
parent
67a58d10ae
commit
92eb9d7d8e
@ -1210,5 +1210,5 @@ class ChannelFlags(BaseFlags):
|
|||||||
|
|
||||||
@flag_value
|
@flag_value
|
||||||
def pinned(self):
|
def pinned(self):
|
||||||
""":class:`bool`: Returns ``True`` if the"""
|
""":class:`bool`: Returns ``True`` if the thread is pinned to the forum channel."""
|
||||||
return 1 << 1
|
return 1 << 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user