DA344
8a95c0190c
Add support for embed flags and update attachment flags
Co-authored-by: Danny <[email protected] >
2 months ago
Steve C
c8ecbd8d10
Add Message.forward flag
5 months ago
Andrin
a70217a719
Support for Soundboard and VC effects
6 months ago
Rapptz
dee5bf65c6
Update MemberFlags to have newest values
7 months ago
DA344
e43bd8692c
Add support for Polls
Co-authored-by: owocado <[email protected] >
Co-authored-by: Josh <[email protected] >
Co-authored-by: Trevor Flahardy <[email protected] >
11 months ago
Danny
2e2f51fd5c
First pass at supporting user apps
Co-authored-by: red <[email protected] >
Co-authored-by: Vioshim <[email protected] >
11 months ago
Lucas Hardt
99618c823a
Add support for premium app integrations
Co-authored-by: Danny <[email protected] >
Co-authored-by: Lucas Hardt <[email protected] >
Co-authored-by: Andrin S. <[email protected] >
1 year ago
Server Bot
2e2f20c6d5
Fix Intents.auto_moderation flag to alias_flag_value
2 years ago
Rapptz
e6a0dc5bc0
Add support for media channels
2 years ago
Soheab_
135e57c81f
Add support for role flags
2 years ago
Soheab_
14faa9bdab
Add support for attachment flags
2 years ago
Josh
630b2a1e55
Update pyright version
2 years ago
Aluerie ❤#6524
33243f9bd6
Fix Intents.emoji and emojis_and_stickers swapped alias decorators
2 years ago
Rapptz
df01db3490
Initial support for pomelo migration
2 years ago
Jakub Kuczys
ca0b444047
Document the change in behaviour of bool(flag_obj)
2 years ago
Andrin S
c6162cfec5
Update auto_mod_badge documentation
2 years ago
Andrin S
1767be0081
Add support for voice messages
Co-authored-by: Danny <[email protected] >
2 years ago
Andrin S
4615d6848a
Add auto_mod_badge to ApplicationFlags
2 years ago
Michael H
8991525215
Improve handling of ArrayFlags
Why discord did it this way instead of as an integer bitfield like everything
reasonable is unknowable, but this does less work to get to the same result.
Add comment detailing what many would find unreadbale
2 years ago
Rapptz
183675be74
Add support for silent messages
2 years ago
Soheab_
c46f309c13
Add support for member flags
2 years ago
Rapptz
2869d8000d
Add support for on_audit_log_entry_create event
2 years ago
Rapptz
3d24f0fb12
Add support for role subscription reading
2 years ago
Rapptz
dad666651f
Add ApplicationFlags.active
2 years ago
Rapptz
3d39f70d30
Add active developer flag
2 years ago
Rapptz
ab265dcb7c
Add support for newest ForumChannel changes
This adds the following:
- Forum tag support
- Default reaction support
- Default slowmode for newly created threads
3 years ago
Rapptz
747091d4a2
Add __bool__ for flags
3 years ago
Rapptz
6c42065210
Fix various a -> an typos across the library
Closes #8301 , #8287
3 years ago
Rapptz
dc50736bfc
Add ApplicationFlags.app_commands_badge
3 years ago
I. Ahmad
b88bdaf4c0
Add Intents.auto_moderation
3 years ago
Rapptz
53a111872e
Fix ArrayFlags._from_value not having an initial value
3 years ago
Alex Nørgaard
5426d19dc7
Implement AutoMod
3 years ago
zephyrkul
78a026aae2
Add remaining bitwise operators to Flags
3 years ago
Josh
46e6a2708f
Add dunder or support to Flag types
3 years ago
Rapptz
ef20264b1c
Allow creating an Intent through a passed integer value
3 years ago
Rapptz
92eb9d7d8e
Fix documentation for ChannelFlags.pinned
3 years ago
Rapptz
23f6876492
Add initial support for forum channels
Closes #7652
3 years ago
Josh
deb7958797
Add new on_thread_create event
3 years ago
Stocker
5aa696ccfa
Fix typing issues and improve typing completeness across the library
Co-authored-by: Danny <[email protected] >
Co-authored-by: Josh <[email protected] >
3 years ago
Josh
147948af9b
Use typing.Self throughout library
3 years ago
Nadir Chowdhury
3c6279b947
Implement Guild Scheduled Events
3 years ago
Nadir Chowdhury
60b69e5d57
Add missing message flags
3 years ago
Josh
3ce00abeae
Fix some type-check errors
3 years ago
Rapptz
88b520b5ab
Reformat code using black
Segments where readability was hampered were fixed by appropriate
format skipping directives. New code should hopefully be black
compatible. The moment they remove the -S option is probably the moment
I stop using black though.
3 years ago
Vaskel
19b10eecfe
Add message content to the Intents.default docstring
3 years ago
jack1142
de78a1071f
Add message content intent application flags
3 years ago
Josh
37f96e3473
Add message_content intent and move to api v10
3 years ago
Kowlin
bae0cdf2a7
Add SPAMMER user flag
3 years ago
jack1142
820bde99e1
Add BOT_HTTP_INTERACTIONS user flag
Adds UserFlags.bot_http_interactions and PublicUserFlags.bot_http_interactions
See: discord/discord-api-docs#3903
3 years ago
jack1142
423fd1bc26
Add SystemChannelFlags.join_notification_replies
Add SUPPRESS_JOIN_NOTIFICATION_REPLIES system channel flag
See: discord/discord-api-docs#3977
3 years ago