owocado
ad7be8f650
Fix a few typos in the docs
Co-authored-by: o-wo <[email protected] >
2 years ago
o-wo
a6dd1fec73
Fix AuditLogDiff.type for webhooks
2 years ago
Rapptz
473a2a65da
Add colour previews to the documentation
2 years ago
Soheab_
dbd8c213cb
Add support for member flags
2 years ago
z03h
1015c23a44
Fix AuditLogDiff.type for integrations
2 years ago
Rapptz
733c951163
Formally document utils.maybe_coroutine
2 years ago
sgtlaggy
2fbafd14b2
Add missing `cancel()` in tasks example
2 years ago
sgtlaggy
280351de14
Update tasks example to start in `setup_hook`
2 years ago
Rapptz
c7f43affc9
Update FAQ entry on audit log entry event
2 years ago
Zephyrkul
5f2f2bea88
Fall back to Object for AuditLogEntry.target
Co-authored-by: zephyrkul <[email protected] >
2 years ago
Rapptz
0dc05ae5e2
Add support for on_audit_log_entry_create event
2 years ago
Rapptz
aafe7a1258
Add new message types to MessageType enum
2 years ago
Rapptz
2dd8f92309
Add support for role subscription reading
2 years ago
Rapptz
24118d0e81
Add support for ForumChannel.default_layout
2 years ago
Rapptz
acdedea6de
Document permissions required for automod events
2 years ago
Rapptz
221bbdc846
Add Locale.indonesian
2 years ago
rdrescher909
a07c664247
Fix Status.invisible description wording
2 years ago
rdrescher909
c759baa57e
Add tasks.loop examples using time parameter
2 years ago
Rapptz
04061ee94b
Document UserFlags.active_developer
2 years ago
Jonah Lawrence
9a975acd26
Fix usage of single backticks to links and code-blocks
3 years ago
gx1285
ef5a48bb1e
Fix broken link for store removal
3 years ago
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