mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +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,
|
||||
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…
x
Reference in New Issue
Block a user