Fix documentation for ChannelFlags.pinned

This commit is contained in:
Rapptz 2022-04-06 23:06:58 -04:00
parent 67a58d10ae
commit 92eb9d7d8e

View File

@ -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