mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Add missing fill_with_flags decorator to InviteFlags class
This commit is contained in:
@ -2400,6 +2400,7 @@ class EmbedFlags(BaseFlags):
|
||||
return 1 << 5
|
||||
|
||||
|
||||
@fill_with_flags()
|
||||
class InviteFlags(BaseFlags):
|
||||
r"""Wraps up the Discord Invite flags
|
||||
|
||||
|
Reference in New Issue
Block a user