aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
authorCryptex <[email protected]>2021-04-08 20:49:40 -0700
committerGitHub <[email protected]>2021-04-08 23:49:40 -0400
commiteb5356cc477093091b852bf246b9e560c5499d33 (patch)
tree027ced82319654466d850c57b1c497d0c5ae405d /discord/client.py
parentUpdate issue templates to newest versions (diff)
downloaddiscord.py-eb5356cc477093091b852bf246b9e560c5499d33.tar.xz
discord.py-eb5356cc477093091b852bf246b9e560c5499d33.zip
Remove user token warning in login
Diffstat (limited to 'discord/client.py')
-rw-r--r--discord/client.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/discord/client.py b/discord/client.py
index cae978f1..1e46be05 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -431,14 +431,6 @@ class Client:
Logs in the client with the specified credentials.
- This function can be used in two different ways.
-
- .. warning::
-
- Logging on with a user token is against the Discord
- `Terms of Service <https://support.discord.com/hc/en-us/articles/115002192352>`_
- and doing so might potentially get your account banned.
- Use this at your own risk.
Parameters
-----------