mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Fix documentation for ChannelFlags.pinned
This commit is contained in:
@ -1210,5 +1210,5 @@ class ChannelFlags(BaseFlags):
|
||||
|
||||
@flag_value
|
||||
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
|
||||
|
Reference in New Issue
Block a user