Alex Nørgaard
|
6d95ed19b0
|
Add interited members to WebhookMessage docs
|
3 years ago |
Lilly Rose Berner
|
277d35c9b2
|
Add raw typing event and fix typing event not working for DMs
|
3 years ago |
Lilly Rose Berner
|
3e8fa5a661
|
Add raw thread delete event
|
3 years ago |
Hafidh
|
222dd3cf5b
|
Add missing discord.EventStatus.ended from API docs
|
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 |
Jonah Lawrence
|
37bbfdce95
|
Add context_menu_command Message type
|
3 years ago |
Rapptz
|
def035bf9a
|
Remove StoreChannel and any references to it
|
3 years ago |
z03h
|
8993b7f5fe
|
Add cover_image to AuditLogDiff
|
3 years ago |
Stocker
|
5fa32540a4
|
Change Message to subclass PartialMessage
|
3 years ago |
apple502j
|
196db33e9f
|
[docs] fix typo in sticker_create docs
|
3 years ago |
Priyam
|
206c340252
|
Fix versionadded in UserFlags.spammer
Fixes #7643
|
3 years ago |
Chiggy-Playz
|
1a73444275
|
Categorize events in the documentation
|
3 years ago |
Alex Nørgaard
|
920da3a73f
|
Update docs for audit logs relating to scheduled events
|
3 years ago |
apple502j
|
e0d3521d16
|
[docs] Fix typos
|
3 years ago |
Sebastian Law
|
1dccd70b05
|
Fix refs to abc.Connectable.connect
|
3 years ago |
James Hilton-Balfe
|
01906f37f1
|
Remove NoMoreItems
|
3 years ago |
Rapptz
|
06291d860c
|
Change enum members in Locale to be snake_case
Not even sure how this slipped through.
|
3 years ago |
jack1142
|
8acb4531b5
|
Include inherited members in TeamMember's documentation
|
3 years ago |
Rapptz
|
aa74238053
|
Reorganise documentation for interactions
|
3 years ago |
Rapptz
|
ae1aaac5a7
|
Add support for autocomplete
|
3 years ago |
Nadir Chowdhury
|
3c6279b947
|
Implement Guild Scheduled Events
|
3 years ago |
mniip
|
d5f23dbfc2
|
Fix docs for Guild.mfa_level
|
3 years ago |
Josh
|
2b69b5d545
|
Remove discord.InvalidArgument
This uses TypeError and ValueError instead.
|
3 years ago |
Rapptz
|
c7df838a39
|
Remove AuditLogDiff.region references
|
3 years ago |
Rapptz
|
0eb2f32399
|
Remove VoiceRegion enum and Guild.region attribute
This has been marked deprecated by Discord and it was more or less
usually out of date due to the pace they added them anyway.
|
3 years ago |
Rapptz
|
cc21872072
|
Add Locale enum
|
3 years ago |
Nadir Chowdhury
|
6979e56088
|
Remove manual :async-for: markers
|
3 years ago |
mniip
|
ff90e7e747
|
GUILD_UPDATE audit logs
|
3 years ago |
Rapptz
|
a1e64dd657
|
Fix Sphinx build failing
TextInput was missing in `__all__`.
|
3 years ago |
Josh
|
19c6687b55
|
Add support for Modal Interactions
|
3 years ago |
Josh
|
4dbe1af32f
|
Update sphinx and fix documentation issues
|
3 years ago |
Kaylynn Morgan
|
588cda0996
|
Refactor AsyncIter to use 3.6+ asynchronous generators
|
3 years ago |
Josh
|
352dcf9557
|
Add missing audit log properties
|
3 years ago |
Kowlin
|
bae0cdf2a7
|
Add SPAMMER user flag
|
3 years ago |
jack1142
|
783513726f
|
Add support for role icons
* Document ROLE_ICONS guild feature
https://github.com/discord/discord-api-docs/pull/3847
* Add support for role icons
https://github.com/discord/discord-api-docs/pull/3847
* Add support for role icon/emoji changes in audit log
https://github.com/discord/discord-api-docs/pull/3847
|
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
|
b12fe223b2
|
Fix description of Data Classes section in api.rst
|
4 years ago |
numbermaniac
|
516675dd2e
|
Fix a typo in member_role_update
|
4 years ago |
Rapptz
|
78598d59d7
|
Change on_socket_raw_receive to dispatch right before JSON conversion
|
4 years ago |
Rapptz
|
ef79305961
|
Exclude private functions from VoiceClient
|
4 years ago |
Sebastian Law
|
835432d161
|
Allow enums to be compared
|
4 years ago |
AkshuAgarwal
|
6b6bcb92e6
|
Fix missing or broken versionadded in docstrings
This also documents BadFlagArgument.flag
|
4 years ago |
Rapptz
|
1279510194
|
Add support for PartialMessageable instances
This allows library users to send messages to channels without fetching
it first.
|
4 years ago |
Rapptz
|
b640493300
|
Add enable_debug_events parameter to enable expensive debug events
This should allow less dispatching during heavy gateway event streams.
|
4 years ago |
Rapptz
|
e2250d402e
|
Add on_socket_event_type event
|
4 years ago |
LightSage
|
13a47dfe6e
|
Fix docs for stickers
|
4 years ago |
Nadir Chowdhury
|
60d82cf908
|
implement guild stickers
|
4 years ago |
Nadir Chowdhury
|
154c90ef59
|
Add audit log events for threads
|
4 years ago |
Sebastian Law
|
07483297ad
|
Fix typo in UserFlags.has_unread_urgent_messages
|
4 years ago |