Jakub Kuczys
ec558a24b0
Fix migration guide docs for abc.PrivateChannel and cooldown()
* Move PrivateChannel ABC change to proper subsection in migration guide
* Add change to the accepted callables in cooldown() to migration guide
3 years ago
Steve C
14875c45e3
Fix permissions-based docstrings to be more consistent
3 years ago
Rapptz
ba901066ff
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
Puncher
c1f414558b
[commands] Add missing attributetable to classes
3 years ago
Puncher
f6c0c1ca6a
Add missing attributetable to classes
3 years ago
Josh
72798fbdd2
Add additional audit log types for automod
3 years ago
Steve C
77714ac5c1
Fix utils.time_snowflake link in migrating.rst
3 years ago
Josh
23a41c880a
Add support for delete_message_seconds ban argument
3 years ago
Puncher
359eeed73c
[tasks] Add missing decorator sign
3 years ago
Rapptz
50179edb9a
Document attachment:// URI more prominently in Embed docs
3 years ago
Rapptz
1ea5a4e06b
Add utils.setup_logging to help set up logging outside of Client.run
3 years ago
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