Kaylynn Morgan
a317ceb44a
Respect the alignment specified by the image directive
3 years ago
jack1142
1c4dca431d
Add migration guide
Co-authored-by: Danny <[email protected] >
Co-authored-by: Rapptz <[email protected] >
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
Devon R
e3ecfff85e
Update PO files, fix some bad fuzzies
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
jack1142
2c72fc9cde
[docs] Suppress inconsistent references in translated message warning
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
Devon R
82084709ae
JP docs fixes
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
Josh
37f96e3473
Add message_content intent and move to api v10
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
Stocker
f4d5fcc8f9
Add Thread to the return type of Client.get_channel
Also explains some type ignores.
4 years ago
AkshuAgarwal
6b6bcb92e6
Fix missing or broken versionadded in docstrings
This also documents BadFlagArgument.flag
4 years ago
Rapptz
feae059c68
Remove coverage note from the documentation and README
A lot of people seem to point out this line as a gotcha when certain
features haven't been released yet. It's been more of a pain-point
than a marketing win since people seem to be unaware of the way this
project is developed.
Fix #7401
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
monoue
1418464813
[docs] Fix typo
4 years ago
Josh
1c63816cc0
[commands] Document / type-hint cooldown
4 years ago
Aaron Hennessey
ec32b71ff9
[commands] Document GuildNotFound
4 years ago
z03h
c628224403
[commands] Add GuildStickerConverter
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
Willy
3ad95f3746
[commands] Document dynamic_cooldown
4 years ago
Nadir Chowdhury
60d82cf908
implement guild stickers
4 years ago
Nadir Chowdhury
154c90ef59
Add audit log events for threads
4 years ago
Stocker
1472e9ed7c
Fixes minor grammatical error in Command.update
4 years ago
AXVin
980d6abbea
Fix typo in commands documentation
4 years ago
Sebastian Law
07483297ad
Fix typo in UserFlags.has_unread_urgent_messages
4 years ago
ToxicKidz
3cb539d91b
[commands] Document the thread converter
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