Steve C
ce06beeb6c
Fix permissions-based docstrings to be more consistent
3 years ago
github-actions[bot]
9398971705
[Crowdin] Updated translation files
3 years ago
Rapptz
ab265dcb7c
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
64744a4938
[commands] Add missing attributetable to classes
3 years ago
Puncher
ee59d9651a
Add missing attributetable to classes
3 years ago
Josh
c2f9e0be43
Add additional audit log types for automod
3 years ago
Steve C
3588793965
Fix utils.time_snowflake link in migrating.rst
3 years ago
Josh
e57617e157
Add support for delete_message_seconds ban argument
3 years ago
Rapptz
58193d18c5
Add changelogs for v2.0.1
3 years ago
Rapptz
9237106ee3
Add v2 changelog entry to point to migrating page
3 years ago
Rapptz
f5e3074886
Update version guarantees
3 years ago
Puncher
6a6e261523
[tasks] Add missing decorator sign
3 years ago
Puncher
45f32a0ff3
[commands] Add missing decorator signs
3 years ago
Puncher
354d4bace4
Add missing decorator signs for interaction documentation
3 years ago
Rapptz
bc00bc495e
Document attachment:// URI more prominently in Embed docs
3 years ago
Rapptz
2bf2bfc9b4
Add utils.setup_logging to help set up logging outside of Client.run
3 years ago
Rapptz
d78be1f591
Fix Exception Hierarchy to have the proper heading
3 years ago
Rapptz
3aa3c36c4f
Marginally speed up CI doc builds by using multiple jobs
3 years ago
z03h
1097e1d975
Add mention_spam automod trigger and change default values
3 years ago
github-actions[bot]
490974a620
[Crowdin] Updated translation files
3 years ago
Rapptz
596f2ca222
Fix time_snowflake not being documented
3 years ago
Rapptz
5b56899676
Change snowflake_time and time_snowflake parameters to pos/kw-only
3 years ago
Rapptz
0ec06f0ac5
Add on_app_command_completion event
Fix #8126
3 years ago
I. Ahmad
183ec1ab28
Fix typo in hybrid commands documentation
3 years ago
Rapptz
1fa7d7e402
Raise special CommandSyncFailure during sync for better errors
This is parsed from the error to allow for users to better debug
what exactly is causing the issue in sync.
3 years ago
Puncher
e269904b26
Add :decorator: to ui.button and ui.select
3 years ago
Rapptz
c32567ea81
Refactor TranslationContext to be more useful
The previous enum was good at accomplishing dynamic key generation for
a few cases, but it fell short in others:
1. It could not discern group names and command names
2. It could not give you more contextual data such as the full object
currently being translated.
On top of that, the context being a required parameter for
Translator.translate meant that it wouldn't be possible to re-use the
translator for other use cases outside of the rigid ones defined in the
library.
To alleviate these concerns, new enum attributes were added along with
a richer type for obtaining even more context.
3 years ago
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