diff options
| author | Sebastian Law <[email protected]> | 2020-06-28 00:45:58 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-28 03:45:58 -0400 |
| commit | b4b953bfc66adc235e06774b0481ceb847753793 (patch) | |
| tree | 2d0cbd871944e3a5184b2dbec75dc59ddabad6d5 /discord/permissions.py | |
| parent | Fix a KeyError for channels with no category in Guild.by_category (diff) | |
| download | discord.py-b4b953bfc66adc235e06774b0481ceb847753793.tar.xz discord.py-b4b953bfc66adc235e06774b0481ceb847753793.zip | |
Fix various inconsistencies within the documentation (#5067)
Diffstat (limited to 'discord/permissions.py')
| -rw-r--r-- | discord/permissions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/permissions.py b/discord/permissions.py index f3a9caed..adc6a926 100644 --- a/discord/permissions.py +++ b/discord/permissions.py @@ -86,7 +86,7 @@ class Permissions(BaseFlags): Attributes ----------- - value + value: :class:`int` The raw value. This value is a bit array field of a 53-bit integer representing the currently available permissions. You should query permissions via the properties rather than using this raw value. |