From 12236325f6965cee37e06f31615b50abc0a3a127 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 24 Jul 2018 03:48:37 -0400 Subject: [PATCH] Add a warning for self-bots in Client.login Closes #1449 --- discord/client.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/discord/client.py b/discord/client.py index e6243410f..95dad1fa0 100644 --- a/discord/client.py +++ b/discord/client.py @@ -323,6 +323,12 @@ class Client: 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 ban. Use this at your own risk. + Parameters ----------- token: str