dolfies
|
c77ffa9c79
|
Cache and update RequiredActionType
|
2 years ago |
dolfies
|
4106f6ae84
|
Document implicit relationship type and undocument unused required action type
|
2 years ago |
dolfies
|
07203e576f
|
Add separate data class for Client.fetch_guilds(), add application_command_counts_update event, fix various guild issues
|
2 years ago |
dolfies
|
d8f8158892
|
Document PRESENCE_UPDATE changes
|
2 years ago |
dolfies
|
8a1a3ffcce
|
Fix issues with previous upstream commits
|
2 years ago |
Rapptz
|
bf71a20e46
|
Clean up Guild.edit documentation
|
2 years ago |
Puncher
|
2f5bc11d3a
|
Add support for default_sort_order in ForumChannel
|
2 years ago |
owocado
|
558705f074
|
Add more missing AuditLogDiff attrs
|
2 years ago |
Flame442
|
7aa49bf852
|
Fix member_prune extras attribute name
|
2 years ago |
owocado
|
6d189755bf
|
Add missing AuditLogDiff attributes for AuditLogAction.guild_update
|
2 years ago |
Rapptz
|
841f1debdc
|
Add support for stage message types
|
2 years ago |
Willy
|
4cc810cd3f
|
[commands] Add missing command decorator to example
|
2 years ago |
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
|
3 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 |