From 5516b0b2c9e9559fbbddfe99151f302066951c0f Mon Sep 17 00:00:00 2001 From: numbermaniac Date: Sat, 9 Mar 2019 00:00:34 +1100 Subject: [PATCH] guild.py: change word in create_role's docstring --- discord/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/guild.py b/discord/guild.py index 7777f0eb9..9cf7b5241 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