Commit Graph

934 Commits

Author SHA1 Message Date
8e52db1f1b Add new message types to MessageType enum 2023-01-10 18:10:30 -05:00
3d24f0fb12 Add support for role subscription reading 2023-01-10 18:05:00 -05:00
4d8ded95fb Update description for UserFlags.discord_certified_moderator 2023-01-10 16:51:06 -05:00
cbc46e0973 Add support for ForumChannel.default_layout 2023-01-10 16:43:18 -05:00
3f81984ebb Document permissions required for automod events 2023-01-07 02:46:21 -05:00
bdeccaf106 Add Locale.indonesian 2022-12-14 19:22:49 -05:00
af655c1027 [Crowdin] Updated translation files 2022-12-14 19:08:53 -05:00
799e3c5bf0 Fix Status.invisible description wording 2022-12-02 19:44:29 -05:00
ec9089cf0a Add intents to example 2022-12-02 19:43:26 -05:00
324dfe0163 Add tasks.loop examples using time parameter 2022-11-26 14:10:32 -05:00
436d0849d9 Fix UI Kit description typo 2022-11-17 21:36:12 -05:00
6c4b6dc999 Update changelog 2022-11-12 14:45:16 -05:00
55f272f6e7 Document UserFlags.active_developer 2022-11-10 23:47:52 -05:00
5009c83bc9 Implement New Select Types
Co-authored-by: Soheab_ <33902984+Soheab@users.noreply.github.com>
Co-authored-by: rdrescher909 <51489753+rdrescher909@users.noreply.github.com>
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
2022-10-27 10:03:45 -04:00
d7b6a2ad12 Fix usage of single backticks to links and code-blocks 2022-10-26 04:26:56 -04:00
403f5157bb Fix broken link for store removal 2022-10-26 04:25:34 -04:00
531795b23d [Crowdin] Updated translation files 2022-10-10 16:37:24 -04:00
a592361f29 [Crowdin] Updated translation files 2022-10-03 20:08:01 -04:00
7c218b3833 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
2022-10-01 03:16:01 -04:00
ce06beeb6c Fix permissions-based docstrings to be more consistent 2022-09-17 14:07:39 -04:00
9398971705 [Crowdin] Updated translation files 2022-09-12 15:24:00 -04:00
ab265dcb7c Add support for newest ForumChannel changes
This adds the following:

- Forum tag support
- Default reaction support
- Default slowmode for newly created threads
2022-08-31 11:09:56 -04:00
64744a4938 [commands] Add missing attributetable to classes 2022-08-30 00:50:59 -04:00
ee59d9651a Add missing attributetable to classes 2022-08-30 00:50:40 -04:00
c2f9e0be43 Add additional audit log types for automod 2022-08-28 02:08:05 -04:00
3588793965 Fix utils.time_snowflake link in migrating.rst 2022-08-28 02:07:18 -04:00
e57617e157 Add support for delete_message_seconds ban argument 2022-08-28 02:06:57 -04:00
58193d18c5 Add changelogs for v2.0.1 2022-08-27 19:47:06 -04:00
9237106ee3 Add v2 changelog entry to point to migrating page 2022-08-23 02:34:24 -04:00
f5e3074886 Update version guarantees 2022-08-22 15:23:23 -04:00
6a6e261523 [tasks] Add missing decorator sign 2022-08-21 18:26:16 -04:00
45f32a0ff3 [commands] Add missing decorator signs 2022-08-21 18:25:59 -04:00
354d4bace4 Add missing decorator signs for interaction documentation 2022-08-21 18:25:31 -04:00
bc00bc495e Document attachment:// URI more prominently in Embed docs 2022-08-18 09:50:16 -04:00
2bf2bfc9b4 Add utils.setup_logging to help set up logging outside of Client.run 2022-08-17 22:53:03 -04:00
d78be1f591 Fix Exception Hierarchy to have the proper heading 2022-08-16 22:38:57 -04:00
3aa3c36c4f Marginally speed up CI doc builds by using multiple jobs 2022-08-16 18:57:03 -04:00
1097e1d975 Add mention_spam automod trigger and change default values 2022-08-16 16:58:59 -04:00
490974a620 [Crowdin] Updated translation files 2022-08-15 14:11:17 -04:00
596f2ca222 Fix time_snowflake not being documented 2022-08-15 14:01:54 -04:00
5b56899676 Change snowflake_time and time_snowflake parameters to pos/kw-only 2022-08-15 13:39:03 -04:00
0ec06f0ac5 Add on_app_command_completion event
Fix #8126
2022-08-15 09:19:01 -04:00
183ec1ab28 Fix typo in hybrid commands documentation 2022-08-15 08:18:32 -04:00
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.
2022-08-12 22:36:13 -04:00
e269904b26 Add :decorator: to ui.button and ui.select 2022-08-11 18:25:32 -04:00
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.
2022-08-09 10:41:45 -04:00
57efb5a5a0 Fix failing tests to use new get_parameter function 2022-08-09 08:02:41 -04:00
1727eca106 Add app_commands.Parameter for parameter introspection 2022-08-09 07:43:40 -04:00
e16c0b02ac [Crowdin] Updated translation files 2022-08-08 19:59:11 -04:00
7e3b08871b Fix documentation build failure from previous rename 2022-08-08 08:30:54 -04:00