Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
feat 💥: make intents.new(default=False) (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfPolls authored Oct 29, 2022
1 parent 016564d commit ca22b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naff/models/discord/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def new(
typing=False,
privileged=False,
non_privileged=False,
default=True,
default=False,
all=False,
) -> "Intents":
"""Set your desired intents."""
Expand Down

0 comments on commit ca22b12

Please sign in to comment.