mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-20 23:42:58 +00:00
Fix documentation for ChannelFlags.pinned
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user