diff options
| author | Rapptz <[email protected]> | 2017-05-20 08:48:04 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-20 08:48:04 -0400 |
| commit | 229c471106f319aac9ef970cedad3c4be4201e0b (patch) | |
| tree | cc8a852a4a923d30bc3d0ed7883ad2022f612c86 /discord/user.py | |
| parent | Oversight in Permissions still having a table. (diff) | |
| download | discord.py-229c471106f319aac9ef970cedad3c4be4201e0b.tar.xz discord.py-229c471106f319aac9ef970cedad3c4be4201e0b.zip | |
More broken Channel references.
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 3a30428d..7d95d239 100644 --- a/discord/user.py +++ b/discord/user.py @@ -124,7 +124,7 @@ class BaseUser(_BaseUser): return '<@{0.id}>'.format(self) def permissions_in(self, channel): - """An alias for :meth:`Channel.permissions_for`. + """An alias for :meth:`abc.GuildChannel.permissions_for`. Basically equivalent to: |