Add missing fill_with_flags decorator to InviteFlags class

This commit is contained in:
Sacul 2025-07-28 01:06:12 +08:00 committed by GitHub
parent 0e97ef21aa
commit 5f4a822c2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2400,6 +2400,7 @@ class EmbedFlags(BaseFlags):
return 1 << 5 return 1 << 5
@fill_with_flags()
class InviteFlags(BaseFlags): class InviteFlags(BaseFlags):
r"""Wraps up the Discord Invite flags r"""Wraps up the Discord Invite flags