Browse Source
guild.py: change wording for create_role error
pull/2019/head
numbermaniac
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
|
|
|
|
|