Commit Graph
775 Commits
Author SHA1 Message Date
OmkaarandGitHub 70470753cd Update images in bot creation guide 2022-03-17 07:27:56 -04:00
StockerandGitHub fd5dea4e34 Update Permissions.stage_moderator 2022-03-15 23:33:11 -04:00
LightSageandGitHub c28c3f4440 Keep comments consistent with other before/after comments 2022-03-15 07:25:35 -04:00
CryptexandGitHub 6cf7c4a7d7 Add message content to doc examples
This also changes the wording of Context's attributes 
for consistency.
2022-03-14 21:01:48 -04:00
Rapptz a4676804ec Show inherited members in InteractionMessage 2022-03-14 02:21:05 -04:00
Rapptz c6ab67420e Remove Embed.Empty in favour of None 2022-03-14 00:52:55 -04:00
Rapptz f63070c071 Move migrating to v1 into a new separate file 2022-03-13 21:55:07 -04:00
JoshandGitHub a1c618215e [commads] Change cog/extension load/unload methods to be async 2022-03-13 21:03:45 -04:00
049df7c586 Add a note to users that they must have the message content intent
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
2022-03-13 07:48:41 -04:00
apple502jandGitHub 196db33e9f [docs] fix typo in sticker_create docs 2022-03-13 01:19:14 -05:00
metroandGitHub 124a3ee42a Add Widget.presence_count attribute and fix Widget types 2022-03-11 21:51:40 -05:00
PriyamandGitHub 206c340252 Fix versionadded in UserFlags.spammer
Fixes #7643
2022-03-11 10:28:41 -05:00
Alex NørgaardandGitHub 03687fb616 Change Guild.member_count to Optional[int] 2022-03-09 23:06:07 -05:00
Rapptz 56e0c1b3d7 Fix typo in applications.commands scope 2022-03-09 20:26:53 -05:00
Devon RandGitHub 432de92e8a Update translations, add Crowdin CLI config 2022-03-09 20:07:48 -05:00
z03handGitHub 93fba264ad [commands] add ScheduledEvent converter 2022-03-09 17:56:50 -05:00
MiddledotandGitHub 5569b6e1f8 Remove outdated note in FAQ 2022-03-08 23:48:35 -05:00
Myst(MysterialPy)andGitHub 68b0759637 Add sidebar search and support for search bar middle clicking 2022-03-08 21:26:12 -05:00
Chiggy-PlayzandGitHub 1a73444275 Categorize events in the documentation 2022-03-08 21:25:28 -05:00
Alex NørgaardandGitHub 920da3a73f Update docs for audit logs relating to scheduled events 2022-03-08 21:20:49 -05:00
Rapptz 3d74da8d70 Add missing app_commands decorators to documentation 2022-03-08 01:22:43 -05:00
Rapptz 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
apple502jandGitHub e0d3521d16 [docs] Fix typos 2022-03-07 17:36:15 -05:00
apple502jandGitHub 6682396a70 [docs] add missing migration guide contents 2022-03-07 17:08:46 -05:00
jack1142andGitHub 3dd99a7697 Fix broken ref in migrating guide 2022-03-06 18:52:46 -05:00
Sebastian LawandGitHub 1dccd70b05 Fix refs to abc.Connectable.connect 2022-03-06 18:46:10 -05:00
James Hilton-BalfeandGitHub 01906f37f1 Remove NoMoreItems 2022-03-06 18:44:18 -05:00
I. AhmadandGitHub 8e045d39e7 Fix link referencing the wrong document 2022-03-06 01:43:26 -05:00
StockerandGitHub 07a1311bf4 Change Guild.preferred_locale to use the Locale enum 2022-03-05 23:30:51 -05:00
Rapptz c9fc11b0a5 Document inherited members in ui.Modal 2022-03-05 23:17:37 -05:00
Rapptz 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
Kaylynn MorganandRapptz 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
jack1142andGitHub 8acb4531b5 Include inherited members in TeamMember's documentation 2022-03-05 19:15:08 -05:00
Rapptz aa74238053 Reorganise documentation for interactions 2022-03-04 21:17:27 -05:00
Rapptz ae1aaac5a7 Add support for autocomplete 2022-03-01 05:42:44 -05:00
Nadir ChowdhuryandGitHub 3c6279b947 Implement Guild Scheduled Events 2022-03-01 01:00:04 -05:00
mniipandGitHub d5f23dbfc2 Fix docs for Guild.mfa_level 2022-02-27 21:18:01 -05:00
Devon RandGitHub e3ecfff85e Update PO files, fix some bad fuzzies 2022-02-27 05:07:18 -05:00
JoshandGitHub 2b69b5d545 Remove discord.InvalidArgument
This uses TypeError and ValueError instead.
2022-02-26 01:44:49 -05:00
Rapptz c7df838a39 Remove AuditLogDiff.region references 2022-02-23 10:14:36 -05:00
Rapptz 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
Rapptz cc21872072 Add Locale enum 2022-02-23 08:41:50 -05:00
Nadir ChowdhuryandGitHub 6979e56088 Remove manual :async-for: markers 2022-02-23 08:05:23 -05:00
mniipandGitHub ff90e7e747 GUILD_UPDATE audit logs 2022-02-22 08:48:26 -05:00
jack1142andGitHub 2c72fc9cde [docs] Suppress inconsistent references in translated message warning 2022-02-20 09:33:05 -05:00
Rapptz a1e64dd657 Fix Sphinx build failing
TextInput was missing in `__all__`.
2022-02-20 08:31:16 -05:00
JoshandGitHub 19c6687b55 Add support for Modal Interactions 2022-02-20 04:57:44 -05:00
Devon RandGitHub 82084709ae JP docs fixes 2022-02-20 00:18:45 -05:00