aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornumbermaniac <[email protected]>2019-03-09 00:00:34 +1100
committerRapptz <[email protected]>2019-03-08 19:59:20 -0500
commit5516b0b2c9e9559fbbddfe99151f302066951c0f (patch)
tree654fc55284fee36f40a84db48305a37f06fed43d
parentSmall inconsistency in documentation (diff)
downloaddiscord.py-5516b0b2c9e9559fbbddfe99151f302066951c0f.tar.xz
discord.py-5516b0b2c9e9559fbbddfe99151f302066951c0f.zip
guild.py: change word in create_role's docstring
-rw-r--r--discord/guild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py
index 7777f0eb..9cf7b524 100644
--- a/discord/guild.py
+++ b/discord/guild.py
@@ -1151,7 +1151,7 @@ class Guild(Hashable):
Raises
-------
Forbidden
- You do not have permissions to change the role.
+ You do not have permissions to create the role.
HTTPException
Editing the role failed.
InvalidArgument