From e15452e198740870733261c8cbcfa5d2e9b9698e Mon Sep 17 00:00:00 2001 From: Kot <33439542+kot83@users.noreply.github.com> Date: Thu, 19 Jul 2018 20:57:19 -0700 Subject: [PATCH] Add clarification about creating guilds --- discord/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/client.py b/discord/client.py index 2841ed2f2..e6243410f 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 ----------