Skip to content

Commit 5f4a822

Browse files
authored
Add missing fill_with_flags decorator to InviteFlags class
1 parent 0e97ef2 commit 5f4a822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/flags.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,6 +2400,7 @@ def content_inventory_entry(self):
24002400
return 1 << 5
24012401

24022402

2403+
@fill_with_flags()
24032404
class InviteFlags(BaseFlags):
24042405
r"""Wraps up the Discord Invite flags
24052406

0 commit comments

Comments
 (0)