mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 17:59:52 +00:00
Fix reference typo in SystemChannelFlags
This commit is contained in:
@ -100,7 +100,7 @@ class SystemChannelFlags:
|
||||
|
||||
Attributes
|
||||
-----------
|
||||
value: :class`int`
|
||||
value: :class:`int`
|
||||
The raw value. This value is a bit array field of a 53-bit integer
|
||||
representing the currently available flags. You should query
|
||||
flags via the properties rather than using this raw value.
|
||||
|
Reference in New Issue
Block a user