Rapptz
57efb5a5a0
Fix failing tests to use new get_parameter function
3 years ago
Rapptz
1727eca106
Add app_commands.Parameter for parameter introspection
3 years ago
github-actions[bot]
e16c0b02ac
[Crowdin] Updated translation files
3 years ago
Rapptz
7e3b08871b
Fix documentation build failure from previous rename
3 years ago
Rapptz
6381b5a8f4
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
1a361f4519
Document Text in Voice in the migrating documentation
Closes #8179 #8064
3 years ago
Rapptz
2d586ae805
Add initial support for app command localisation
3 years ago
github-actions[bot]
d4cc8d3006
[Crowdin] Updated translation files
3 years ago
Middledot
7d11e2a27c
Remove documentation for on_group_join/leave
3 years ago
Vioshim
b80cb47caf
Implement Embed.__eq__ and EmbedProxy.__eq__
3 years ago
I. Ahmad
a5410e6135
Add documentation for hybrid commands
3 years ago
Rapptz
87bc79e6e3
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
76402b00f9
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
github-actions[bot]
c7e589033d
[Crowdin] Updated translation files
3 years ago
z03h
1aaa32d4bc
Add on_raw_app_command_permissions_update event
3 years ago
z03h
04aeff660b
Add automod types to audit log
3 years ago
github-actions[bot]
37c7c8fb34
[Crowdin] Updated translation files
3 years ago
z03h
3b5cd3b92c
Fix audit log for multiple app command permission updates
3 years ago
Omkaar
77a7b17265
Fix tiny errors
3 years ago
ChrisJL
824bbce95b
Add documetation for auto_moderation_action MessageType enum
3 years ago
github-actions[bot]
38ab4b0810
[Crowdin] Updated translation files
3 years ago
Alex Nørgaard
5426d19dc7
Implement AutoMod
3 years ago
mniip
1be36c9c3e
Change View, Modal, and AudioPlayer to use logger instead of stderr
3 years ago
will
d0a52f4276
Fix typo and capitalizations in docs
3 years ago
Kellenn
123da00ad0
Fix AttributeError in logging example
3 years ago
will
190eeaf19b
Fix some typos in migrating documentation
3 years ago
Rapptz
c0b4c37418
Remove extraneous assignment in logging documentation
3 years ago
Rapptz
9c9703efc4
Remove unnecessary construction of logging.Formatter in docs
3 years ago
Alex Nørgaard
2b9e43dbf9
Change Message.application type to MessageApplication
Co-authored-by: Danny <[email protected] >
3 years ago
Rapptz
53685b9b86
Change stderr prints to use the logging module instead
3 years ago
Rapptz
49e683541b
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
be6db20255
Add on_raw_thread_member_remove event
3 years ago
github-actions[bot]
b6235cbd8c
[Crowdin] Updated translation files
Crowdin translations download
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
3 years ago
Soheab
3aa55ba1ed
Implement Application Command Permissions models
3 years ago
Rapptz
acb0302403
Fix "to top" string not being exported in .pot files
3 years ago
Rapptz
a106201ad3
Fix certain HTML and JS strings not being exposed to .pot files
3 years ago
Rapptz
db5a22d791
Move dropdown icon to static folder
This actually makes it render in the documentation
3 years ago
Enes Kurbetoğlu
06c1f44d74
Add on_raw_thread_update event
3 years ago
Andy
6a4d5eef52
Fix documentation errors in discord.Invite and on_integration_update
3 years ago
github-actions[bot]
7857a84598
[Crowdin] Updated translation files
Crowdin translations download
3 years ago
Twentysix
cdfccfbe74
Fix description of user parameter in reaction remove event
3 years ago
github-actions[bot]
dc8aef7e6a
[Crowdin] Updated translation files
3 years ago
Rapptz
74f3496a74
Add a bandaid fix for Sphinx bug involving admonitions in .pot files
Ref: https://github.com/sphinx-doc/sphinx/issues/10334
3 years ago
Rapptz
cf031f71b9
Add a new extlink for discord documentation
3 years ago
Rapptz
af311bff09
Change .pot files to only contain at most 5 context lines
Crowdin did not like having many comments which caused the upload to
fail.
3 years ago
Jakub Kuczys
2ef7ae0778
Update intersphinx url for request library
3 years ago
Nadir Chowdhury
e2d0193531
Implement WelcomeScreen
3 years ago
Rapptz
e813e5efe7
Remove undocumented methods from function signature changes
3 years ago
Rapptz
544bb1e237
Fix typo in FlagConverter example
3 years ago
LightSage
9d17c3acde
Fix scope typo in FAQ
3 years ago