Skip to content

Commit

Permalink
run codemod scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Snipy7374 committed Nov 22, 2024
1 parent 1d935e5 commit 29b27bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions disnake/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -2343,9 +2343,14 @@ class MemberFlags(BaseFlags):
def __init__(
self,
*,
automod_quarantined_username: bool = ...,
bypasses_verification: bool = ...,
completed_home_actions: bool = ...,
completed_onboarding: bool = ...,
did_rejoin: bool = ...,
dm_settings_upsell_acknowledged: bool = ...,
is_guest: bool = ...,
started_home_actions: bool = ...,
started_onboarding: bool = ...,
) -> None:
...
Expand Down

0 comments on commit 29b27bc

Please sign in to comment.