mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-23 00:56:05 +00:00
Fix dumb typo in the warning.
This commit is contained in:
parent
12236325f6
commit
8d39ab8c8c
@ -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 <https://support.discordapp.com/hc/en-us/articles/115002192352>`_
|
||||
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
|
||||
-----------
|
||||
|
Loading…
x
Reference in New Issue
Block a user