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 |
Rapptz
|
c1c6457598
|
Separate member_update and presence_update events
|
4 years ago |
Rapptz
|
828e47d83f
|
Document on_thread_join also applying to thread creation
|
4 years ago |
Rapptz
|
23a69144b6
|
Add a warning in on_interaction
|
4 years ago |
Rapptz
|
0b577fa209
|
Add support for fetching the original interaction response message
|
4 years ago |
Rapptz
|
7ca90874b9
|
Raise an exception if an interaction has been responded before
Fix #7153
|
4 years ago |
Alex Nørgaard
|
ffa0b26b82
|
Fix versionadded on ChannelType.private_thread
|
4 years ago |
Rapptz
|
4f0e907e44
|
Add ButtonStyle.url alias for ButtonStyle.link
|
4 years ago |
Rapptz
|
12e3eba011
|
Add Select to the docs
|
4 years ago |
Rapptz
|
d1a2ee4620
|
Add discord.utils.format_dt helper function
|
4 years ago |
Nadir Chowdhury
|
f7b0ed7b12
|
Add ButtonStyle.gray alias
|
4 years ago |
Josh
|
233d10649c
|
[docs] Update Sphinx and Fix various references
Co-Authored-By: Riley Shaw <[email protected]>
|
4 years ago |
Devon R
|
b2c9c26841
|
Show decorator usage instead of signature in docs
|
4 years ago |
Nadir Chowdhury
|
c2df574b2a
|
Add audit log entries for stage instances
|
4 years ago |
Rapptz
|
1152f67efc
|
Allow pins events to work with threads
|
4 years ago |
Rapptz
|
bd369c76ea
|
Parse remaining thread events.
|
4 years ago |
Rapptz
|
4a4e73ec14
|
Update thread typings and payloads to match documentation
|
4 years ago |
Rapptz
|
68c7c538f5
|
First pass at preliminary thread support
This is missing a lot of functionality right now, such as two gateway
events and all the HTTP CRUD endpoints.
|
4 years ago |
Nadir Chowdhury
|
a7ae2eb1bb
|
Add Guild.nsfw_level
|
4 years ago |
Nadir Chowdhury
|
ab6d592f8c
|
Add support for integration create/update/delete events
|
4 years ago |
xPolar
|
2f0a2b244e
|
Update documentation for on_voice_state_update
The event also gets triggered by stage channels.
|
4 years ago |
Nadir Chowdhury
|
9f98a9a87f
|
Implement StageInstance
|
4 years ago |
Rapptz
|
267fad9180
|
Add WebhookType.application
|
4 years ago |
Maya
|
4d7822493f
|
Add support for bot integrations
|
4 years ago |
Zomatree
|
b48f510e15
|
Add invite targets for voice channel invites
|
4 years ago |
Rapptz
|
ff36aedf7b
|
Add support for reading SelectMenu components from messages
|
4 years ago |
Rapptz
|
8bd17ede47
|
Move ActionRow to its own separate type split from Component
|
4 years ago |
MrKomodoDragon
|
77ed476129
|
Fix extraneous colons in the documentation for ButtonStyle
|
4 years ago |
Rapptz
|
3b83f60b35
|
Add support for setting interaction responses
|
4 years ago |
Rapptz
|
80fd222ca0
|
Add aliases for button style colours
|
4 years ago |
Rapptz
|
eda6680377
|
Rename enums to use official API naming
|
4 years ago |