Add missing return type to utils.oauth_url

This commit is contained in:
MrKomodoDragon 2021-08-23 02:25:21 -07:00 committed by GitHub
parent 400936df69
commit 73f953eac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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