Browse Source

Add missing return type to utils.oauth_url

pull/7462/head
MrKomodoDragon 4 years ago
committed by GitHub
parent
commit
73f953eac5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/utils.py

2
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.

Loading…
Cancel
Save