Skip to content

Commit

Permalink
chore: better typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
Middledot authored Oct 1, 2022
1 parent 8a465ec commit 87cb440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -2934,7 +2934,7 @@ async def ban(
user: Snowflake,
*,
delete_message_seconds: Optional[int] = None,
delete_message_days: Optional[int] = None,
delete_message_days: Optional[Literal[0, 1, 2, 3, 4, 5, 6, 7]] = None,
reason: Optional[str] = None,
) -> None:
"""|coro|
Expand Down

0 comments on commit 87cb440

Please sign in to comment.