aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornumbermaniac <[email protected]>2019-03-24 13:33:15 +1100
committerGitHub <[email protected]>2019-03-24 13:33:15 +1100
commit77dd4e3de0f31b6cb5841c0c0e76c2ebd4d48f4b (patch)
tree118239ecd56a31a399d8ec8ba4c0c02873156cd6
parentGet cached message in reverse order for improved performance. (diff)
downloaddiscord.py-77dd4e3de0f31b6cb5841c0c0e76c2ebd4d48f4b.tar.xz
discord.py-77dd4e3de0f31b6cb5841c0c0e76c2ebd4d48f4b.zip
guild.py: change wording for create_role error
-rw-r--r--discord/guild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py
index 0019494c..69823568 100644
--- a/discord/guild.py
+++ b/discord/guild.py
@@ -1244,7 +1244,7 @@ class Guild(Hashable):
Forbidden
You do not have permissions to create the role.
HTTPException
- Editing the role failed.
+ Creating the role failed.
InvalidArgument
An invalid keyword argument was given.