Rapptz
3f85282631
Marginally speed up CI doc builds by using multiple jobs
3 years ago
z03h
7d7be56eb6
Add mention_spam automod trigger and change default values
3 years ago
Rapptz
486ccd04df
Change snowflake_time and time_snowflake parameters to pos/kw-only
3 years ago
Rapptz
fec36318f7
Change abc.GuildChannel.overwrites to have Object keys if cache failed
Ultimately despite it not being the prettiest, Object keys ended up
being the sanest solution to this without destroying ergonomics.
3 years ago
Rapptz
ad940c7100
Document Text in Voice in the migrating documentation
Closes #8179 #8064
3 years ago
Vioshim
2a464b8041
Implement Embed.__eq__ and EmbedProxy.__eq__
3 years ago
Rapptz
088e763306
Change certain sequences to use a special proxy type instead of list
This is to speed up cases where someone is just querying the length
of the underlying sequence. If anything else is done to the sequence
then it is copied from the original iterator.
This change should be mostly transparent.
3 years ago
Rapptz
e08b9ab68e
Allow configuring the maximum ratelimit timeout before erroring
This is useful for cases where a rate limit is known to be
extraordinarily high, but you still want to handle the error.
This is common with routes such as emoji creation.
3 years ago
z03h
55ae37f65e
Add automod types to audit log
3 years ago
Omkaar
a7248aa582
Fix tiny errors
3 years ago
ChrisJL
f364a88c20
Add documetation for auto_moderation_action MessageType enum
3 years ago
Alex Nørgaard
d61ccf7931
Implement AutoMod
3 years ago
mniip
08c9da6e89
Change View, Modal, and AudioPlayer to use logger instead of stderr
3 years ago
Kellenn
eb611b3272
Fix AttributeError in logging example
3 years ago
Rapptz
9efa9d6f9a
Remove extraneous assignment in logging documentation
3 years ago
Rapptz
24bc2ae4a1
Remove unnecessary construction of logging.Formatter in docs
3 years ago
Rapptz
495854bcb3
Change stderr prints to use the logging module instead
3 years ago
Rapptz
5c61d2d738
Add default logging configuration when using Client.run
While it is possible to do this type of your set up yourself, it's
better for beginners to have logging automatically set up for them.
This has come up often in the help channel over the years. This also
provides an escape hatch to disable it.
3 years ago
Enes Kurbetoğlu
77cf753089
Add on_raw_thread_member_remove event
3 years ago
Rapptz
b0e9dddaad
Move dropdown icon to static folder
This actually makes it render in the documentation
3 years ago
Andy
db4fd9e883
Fix documentation errors in discord.Invite and on_integration_update
3 years ago
Twentysix
7494a7a5b2
Fix description of user parameter in reaction remove event
3 years ago
Rapptz
41208f7391
Add a new extlink for discord documentation
3 years ago
Rapptz
2c2f80138b
Remove undocumented methods from function signature changes
3 years ago
z03h
33039dbd25
[commands] Change FlagConverter to always raise BadFlagArgument
3 years ago
Rapptz
3a10f3d432
Prefer code-block directive over :: in faq.rst
3 years ago
Rapptz
3f4d4aad17
[commands] Add support for discord.Attachment converters
3 years ago
xCirno
e28f0df411
Add guild avatar to on_member_update docs
3 years ago
NextChai
07dcb7afba
Replace trigger_typing with awaiting typing context manager
3 years ago
Mikey
f14139dc8f
[commands] fix BucketType.default bypassing dynamic_cooldown
3 years ago
invalid-user
3f19b8e982
Rename use_slash_commands to use_application_commands
Co-authored-by: Danny <[email protected] >
3 years ago
Rapptz
b22e9e8dd7
Properly namespace MISSING in the documentation
3 years ago
Rapptz
f7190c8020
Document and export MISSING sentinel
3 years ago
killakej
447467a171
Update api.rst documentation to add timeout to on_member_update
Co-authored-by: Danny <[email protected] >
3 years ago
Alex Nørgaard
445910bd93
Add interited members to WebhookMessage docs
3 years ago
Rapptz
0221a55aa6
[commands] Add support for typing.Annotated
3 years ago
Lilly Rose Berner
73dbcb9b83
Add raw thread delete event
3 years ago
Hafidh
a8c66c0ab8
Add missing discord.EventStatus.ended from API docs
3 years ago
Cobalt
d177991b82
Update extensions primer in line with async breaking changes
3 years ago
Vaskel
2127d37a21
Add self_deaf and self_mute params to voice connect methods
3 years ago
Rapptz
76ea0436d9
[commands] Fix broken documentation references
3 years ago
Rapptz
5b7cc33f79
[commands] Add ForumChannelConverter converter
3 years ago
Rapptz
a354ecfa89
[commands] Add Range converter
This allows hybrid commands to also have a range annotation
3 years ago
dolfies
03868c4879
Implement recent messages
2 years ago
dolfies
f099d4a648
Implement affinities
2 years ago
dolfies
be9fb6af74
Properly document ApplicationCommand.__call__()
2 years ago
dolfies
ba6e15ed61
Implement protobuf settings ( #476 )
* Initial implementation
* Internal and documentation changes
* Proto editing and update events
* Edit overloads and bugfixes
* Fix missing defaults in two overloads
* More fixers
* Black pass
* docs! (almost)
* Fix incorrect settings accessing
* Support setting settings versions
* Fix docs
* Update timezone_offset documentation
2 years ago
dolfies
9a6d1e4e52
Implement missing invite target types
2 years ago
dolfies
e6715e87c9
Update migration docs
2 years ago
dolfies
6332b16852
Fix ClientType documentation
2 years ago