diff options
| -rw-r--r-- | discord/guild.py | 2 |
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 |