diff options
| author | numbermaniac <[email protected]> | 2019-03-09 00:00:34 +1100 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-03-08 19:59:20 -0500 |
| commit | 5516b0b2c9e9559fbbddfe99151f302066951c0f (patch) | |
| tree | 654fc55284fee36f40a84db48305a37f06fed43d | |
| parent | Small inconsistency in documentation (diff) | |
| download | discord.py-5516b0b2c9e9559fbbddfe99151f302066951c0f.tar.xz discord.py-5516b0b2c9e9559fbbddfe99151f302066951c0f.zip | |
guild.py: change word in create_role's docstring
| -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 |