diff --git a/discord/client.py b/discord/client.py index 95dad1fa0..3170afe17 100644 --- a/discord/client.py +++ b/discord/client.py @@ -1,4 +1,4 @@ -l# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- """ The MIT License (MIT) @@ -327,7 +327,8 @@ class Client: 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. + and doing so might potentially get your account banned. + Use this at your own risk. Parameters -----------