Browse Source

Fix reference typo in SystemChannelFlags

pull/2209/head
Rapptz 6 years ago
parent
commit
655aa39603
  1. 2
      discord/guild.py

2
discord/guild.py

@ -100,7 +100,7 @@ class SystemChannelFlags:
Attributes Attributes
----------- -----------
value: :class`int` value: :class:`int`
The raw value. This value is a bit array field of a 53-bit integer The raw value. This value is a bit array field of a 53-bit integer
representing the currently available flags. You should query representing the currently available flags. You should query
flags via the properties rather than using this raw value. flags via the properties rather than using this raw value.

Loading…
Cancel
Save