Browse Source

Fix documentation for ChannelFlags.pinned

pull/7855/head
Rapptz 3 years ago
parent
commit
92eb9d7d8e
  1. 2
      discord/flags.py

2
discord/flags.py

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

Loading…
Cancel
Save