Commit Graph

756 Commits

Author SHA1 Message Date
920da3a73f Update docs for audit logs relating to scheduled events 2022-03-08 21:20:49 -05:00
3d74da8d70 Add missing app_commands decorators to documentation 2022-03-08 01:22:43 -05:00
8213603822 Change default oauth_url scopes to include application.commands 2022-03-07 18:35:42 -05:00
c3d175fbc3 Fix async iterable not showing up attributetable
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
2022-03-07 17:42:51 -05:00
e0d3521d16 [docs] Fix typos 2022-03-07 17:36:15 -05:00
6682396a70 [docs] add missing migration guide contents 2022-03-07 17:08:46 -05:00
3dd99a7697 Fix broken ref in migrating guide 2022-03-06 18:52:46 -05:00
1dccd70b05 Fix refs to abc.Connectable.connect 2022-03-06 18:46:10 -05:00
01906f37f1 Remove NoMoreItems 2022-03-06 18:44:18 -05:00
8e045d39e7 Fix link referencing the wrong document 2022-03-06 01:43:26 -05:00
07a1311bf4 Change Guild.preferred_locale to use the Locale enum 2022-03-05 23:30:51 -05:00
c9fc11b0a5 Document inherited members in ui.Modal 2022-03-05 23:17:37 -05:00
06291d860c Change enum members in Locale to be snake_case
Not even sure how this slipped through.
2022-03-05 23:17:37 -05:00
a317ceb44a Respect the alignment specified by the image directive 2022-03-05 21:05:46 -05:00
1c4dca431d Add migration guide
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
Co-authored-by: Rapptz <rapptz@gmail.com>
2022-03-05 19:17:16 -05:00
8acb4531b5 Include inherited members in TeamMember's documentation 2022-03-05 19:15:08 -05:00
aa74238053 Reorganise documentation for interactions 2022-03-04 21:17:27 -05:00
ae1aaac5a7 Add support for autocomplete 2022-03-01 05:42:44 -05:00
3c6279b947 Implement Guild Scheduled Events 2022-03-01 01:00:04 -05:00
d5f23dbfc2 Fix docs for Guild.mfa_level 2022-02-27 21:18:01 -05:00
e3ecfff85e Update PO files, fix some bad fuzzies 2022-02-27 05:07:18 -05:00
2b69b5d545 Remove discord.InvalidArgument
This uses TypeError and ValueError instead.
2022-02-26 01:44:49 -05:00
c7df838a39 Remove AuditLogDiff.region references 2022-02-23 10:14:36 -05:00
0eb2f32399 Remove VoiceRegion enum and Guild.region attribute
This has been marked deprecated by Discord and it was more or less
usually out of date due to the pace they added them anyway.
2022-02-23 10:03:13 -05:00
cc21872072 Add Locale enum 2022-02-23 08:41:50 -05:00
6979e56088 Remove manual :async-for: markers 2022-02-23 08:05:23 -05:00
ff90e7e747 GUILD_UPDATE audit logs 2022-02-22 08:48:26 -05:00
2c72fc9cde [docs] Suppress inconsistent references in translated message warning 2022-02-20 09:33:05 -05:00
a1e64dd657 Fix Sphinx build failing
TextInput was missing in `__all__`.
2022-02-20 08:31:16 -05:00
19c6687b55 Add support for Modal Interactions 2022-02-20 04:57:44 -05:00
82084709ae JP docs fixes 2022-02-20 00:18:45 -05:00
4dbe1af32f Update sphinx and fix documentation issues 2022-02-19 22:35:32 -05:00
588cda0996 Refactor AsyncIter to use 3.6+ asynchronous generators 2022-02-19 21:58:13 -05:00
352dcf9557 Add missing audit log properties 2022-02-18 20:36:51 -05:00
37f96e3473 Add message_content intent and move to api v10 2022-02-18 08:44:46 -05:00
bae0cdf2a7 Add SPAMMER user flag 2022-02-17 22:14:21 -05:00
783513726f Add support for role icons
* Document ROLE_ICONS guild feature
https://github.com/discord/discord-api-docs/pull/3847

* Add support for role icons
https://github.com/discord/discord-api-docs/pull/3847

* Add support for role icon/emoji changes in audit log
https://github.com/discord/discord-api-docs/pull/3847
2022-02-17 11:28:03 -05:00
820bde99e1 Add BOT_HTTP_INTERACTIONS user flag
Adds UserFlags.bot_http_interactions and PublicUserFlags.bot_http_interactions
See: discord/discord-api-docs#3903
2022-02-17 11:26:09 -05:00
b12fe223b2 Fix description of Data Classes section in api.rst 2021-08-27 18:13:55 -04:00
516675dd2e Fix a typo in member_role_update 2021-08-27 02:05:44 -04:00
78598d59d7 Change on_socket_raw_receive to dispatch right before JSON conversion 2021-08-25 01:26:37 -04:00
ef79305961 Exclude private functions from VoiceClient 2021-08-24 22:49:46 -04:00
835432d161 Allow enums to be compared 2021-08-24 02:28:39 -04:00
f4d5fcc8f9 Add Thread to the return type of Client.get_channel
Also explains some type ignores.
2021-08-19 20:18:27 -04:00
6b6bcb92e6 Fix missing or broken versionadded in docstrings
This also documents BadFlagArgument.flag
2021-08-18 00:45:02 -04:00
feae059c68 Remove coverage note from the documentation and README
A lot of people seem to point out this line as a gotcha when certain
features haven't been released yet. It's been more of a pain-point
than a marketing win since people seem to be unaware of the way this
project is developed.

Fix #7401
2021-08-15 14:01:59 -04:00
1279510194 Add support for PartialMessageable instances
This allows library users to send messages to channels without fetching
it first.
2021-08-10 09:24:49 -04:00
1418464813 [docs] Fix typo 2021-08-10 08:35:31 -04:00
1c63816cc0 [commands] Document / type-hint cooldown 2021-08-10 08:35:15 -04:00
ec32b71ff9 [commands] Document GuildNotFound 2021-08-10 08:34:11 -04:00