Browse Source
Add missing return type to utils.oauth_url
pull/7462/head
MrKomodoDragon
4 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/utils.py
|
|
@ -267,7 +267,7 @@ def oauth_url( |
|
|
|
redirect_uri: str = MISSING, |
|
|
|
scopes: Iterable[str] = MISSING, |
|
|
|
disable_guild_select: bool = False, |
|
|
|
): |
|
|
|
) -> str: |
|
|
|
"""A helper function that returns the OAuth2 URL for inviting the bot |
|
|
|
into guilds. |
|
|
|
|
|
|
|