aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKot <[email protected]>2018-07-19 20:57:19 -0700
committerRapptz <[email protected]>2018-07-24 03:45:28 -0400
commite15452e198740870733261c8cbcfa5d2e9b9698e (patch)
treeb943d4b1a6410973cdab2b6dc3a727aeae12755e
parent[commands] Fix broken handling of keyword only parameters. (diff)
downloaddiscord.py-e15452e198740870733261c8cbcfa5d2e9b9698e.tar.xz
discord.py-e15452e198740870733261c8cbcfa5d2e9b9698e.zip
Add clarification about creating guilds
-rw-r--r--discord/client.py4
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
----------