diff options
| author | Rapptz <[email protected]> | 2019-06-09 00:38:35 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-06-09 00:38:46 -0400 |
| commit | 655aa396032dd6213e9607f78f65f69c44d7729a (patch) | |
| tree | e39ba0a8e814fa7948176af3c9ac9615393f796d | |
| parent | Publicly expose a type property for all channels. (diff) | |
| download | discord.py-655aa396032dd6213e9607f78f65f69c44d7729a.tar.xz discord.py-655aa396032dd6213e9607f78f65f69c44d7729a.zip | |
Fix reference typo in SystemChannelFlags
| -rw-r--r-- | discord/guild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py index d99d385c..2661e3c8 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -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. |