mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-21 18:36:47 +00:00
Add missing return type to utils.oauth_url
This commit is contained in:
parent
400936df69
commit
73f953eac5
@ -267,7 +267,7 @@ def oauth_url(
|
|||||||
redirect_uri: str = MISSING,
|
redirect_uri: str = MISSING,
|
||||||
scopes: Iterable[str] = MISSING,
|
scopes: Iterable[str] = MISSING,
|
||||||
disable_guild_select: bool = False,
|
disable_guild_select: bool = False,
|
||||||
):
|
) -> str:
|
||||||
"""A helper function that returns the OAuth2 URL for inviting the bot
|
"""A helper function that returns the OAuth2 URL for inviting the bot
|
||||||
into guilds.
|
into guilds.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user