diff options
| author | Juan <[email protected]> | 2017-07-25 06:58:42 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-25 06:58:42 -0300 |
| commit | ea0c37b53886a9f497605b6bcd9d74bb65538622 (patch) | |
| tree | a3daa5ccc9d8dc49048aeb31d1c53eaba000ca86 | |
| parent | Add bulk argument to TextChannel.purge (diff) | |
| download | discord.py-ea0c37b53886a9f497605b6bcd9d74bb65538622.tar.xz discord.py-ea0c37b53886a9f497605b6bcd9d74bb65538622.zip | |
accept_invite() doesn't exist on rewrite
| -rw-r--r-- | discord/client.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/discord/client.py b/discord/client.py index b338cc13..91eff60c 100644 --- a/discord/client.py +++ b/discord/client.py @@ -878,9 +878,6 @@ class Client: Revokes an :class:`Invite`, URL, or ID to an invite. - The ``invite`` parameter follows the same rules as - :meth:`accept_invite`. - Parameters ---------- invite |