diff options
| author | Rapptz <[email protected]> | 2017-05-22 07:21:23 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-22 07:21:23 -0400 |
| commit | f5888765871b9f6ba1b7affca9271b1a3d0c8a8e (patch) | |
| tree | 91d014b91dc7e9c8b3e3233a20f4a621975d3095 /discord/user.py | |
| parent | Raise when an invalid permission is passed to PermissionOverwrite. (diff) | |
| download | discord.py-f5888765871b9f6ba1b7affca9271b1a3d0c8a8e.tar.xz discord.py-f5888765871b9f6ba1b7affca9271b1a3d0c8a8e.zip | |
Use Python3Lexer instead of PythonLexer for pygments.
Diffstat (limited to 'discord/user.py')
| -rw-r--r-- | discord/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/user.py b/discord/user.py index 7d95d239..634e821c 100644 --- a/discord/user.py +++ b/discord/user.py @@ -128,7 +128,7 @@ class BaseUser(_BaseUser): Basically equivalent to: - .. code-block:: python + .. code-block:: python3 channel.permissions_for(self) |