diff options
| -rw-r--r-- | discord/client.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/client.py b/discord/client.py index 2841ed2f..e6243410 100644 --- a/discord/client.py +++ b/discord/client.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +l# -*- coding: utf-8 -*- """ The MIT License (MIT) @@ -839,7 +839,7 @@ class Client: Creates a :class:`Guild`. - Bot accounts generally are not allowed to create servers. + Bot accounts in more than 10 guilds are not allowed to create guilds. Parameters ---------- |