From 655aa396032dd6213e9607f78f65f69c44d7729a Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 9 Jun 2019 00:38:35 -0400 Subject: [PATCH] Fix reference typo in SystemChannelFlags --- discord/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/guild.py b/discord/guild.py index d99d385c7..2661e3c81 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.