Add missing return type to utils.oauth_url

This commit is contained in:
MrKomodoDragon
2021-08-23 05:25:21 -04:00
committed by GitHub
parent 400936df69
commit 73f953eac5
+1 -1
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.