From eb5356cc477093091b852bf246b9e560c5499d33 Mon Sep 17 00:00:00 2001 From: Cryptex <64497526+Cryptex-github@users.noreply.github.com> Date: Thu, 8 Apr 2021 20:49:40 -0700 Subject: Remove user token warning in login --- discord/client.py | 8 -------- 1 file changed, 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 `_ - and doing so might potentially get your account banned. - Use this at your own risk. Parameters ----------- -- cgit v1.2.3