Commit Graph
492 Commits
Author SHA1 Message Date
z03h 3b5cd3b92c Fix audit log for multiple app command permission updates 2022-06-29 22:20:23 -04:00
Omkaar 77a7b17265 Fix tiny errors 2022-06-29 21:50:52 -04:00
ChrisJL 824bbce95b Add documetation for auto_moderation_action MessageType enum 2022-06-28 08:44:19 -04:00
Alex Nørgaard 5426d19dc7 Implement AutoMod 2022-06-27 00:47:52 -04:00
will d0a52f4276 Fix typo and capitalizations in docs 2022-06-19 23:02:53 -04:00
Alex NørgaardandDanny 2b9e43dbf9 Change Message.application type to MessageApplication
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
2022-06-13 16:34:41 -04:00
Rapptz 53685b9b86 Change stderr prints to use the logging module instead 2022-06-13 01:06:15 -04:00
Enes Kurbetoğlu be6db20255 Add on_raw_thread_member_remove event 2022-06-09 01:58:50 -04:00
Soheab 3aa55ba1ed Implement Application Command Permissions models 2022-06-07 01:35:33 -04:00
Enes Kurbetoğlu 06c1f44d74 Add on_raw_thread_update event 2022-06-03 04:49:32 -04:00
Andy 6a4d5eef52 Fix documentation errors in discord.Invite and on_integration_update 2022-06-01 02:36:51 -04:00
Twentysix cdfccfbe74 Fix description of user parameter in reaction remove event 2022-05-28 23:47:37 -04:00
Rapptz cf031f71b9 Add a new extlink for discord documentation 2022-05-27 04:05:01 -04:00
Nadir Chowdhury e2d0193531 Implement WelcomeScreen 2022-05-21 21:26:06 -04:00
I. Ahmad 96bada03f4 Add support for application tags and install params 2022-05-08 02:16:16 -04:00
xCirno e9c7c09ebf Add guild avatar to on_member_update docs 2022-05-03 09:44:12 -04:00
z03h 619bc50e5d Add application command permissions to audit log 2022-05-01 18:59:57 -04:00
Rapptz e53daaba35 Properly namespace MISSING in the documentation 2022-04-28 10:56:31 -04:00
Rapptz 500bf77103 Document and export MISSING sentinel 2022-04-28 07:52:23 -04:00
Lilly Rose Berner 6e2cfff2ac Add raw member remove event 2022-04-27 22:08:04 -04:00
killakejandDanny 5c2431d543 Update api.rst documentation to add timeout to on_member_update
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
2022-04-26 08:50:40 -04:00
Alex Nørgaard 6d95ed19b0 Add interited members to WebhookMessage docs 2022-04-25 02:02:07 -04:00
Lilly Rose Berner 277d35c9b2 Add raw typing event and fix typing event not working for DMs 2022-04-23 22:25:07 -04:00
Lilly Rose Berner 3e8fa5a661 Add raw thread delete event 2022-04-22 00:42:39 -04:00
Hafidh 222dd3cf5b Add missing discord.EventStatus.ended from API docs 2022-04-21 23:27:00 -04:00
Rapptz 23f6876492 Add initial support for forum channels
Closes #7652
2022-04-06 23:02:58 -04:00
Josh deb7958797 Add new on_thread_create event 2022-04-04 07:22:21 -04:00
Jonah Lawrence 37bbfdce95 Add context_menu_command Message type 2022-03-30 19:13:00 -04:00
Rapptz def035bf9a Remove StoreChannel and any references to it 2022-03-28 00:09:19 -04:00
z03h 8993b7f5fe Add cover_image to AuditLogDiff 2022-03-26 08:48:02 -04:00
Stocker 5fa32540a4 Change Message to subclass PartialMessage 2022-03-20 15:18:24 -04:00
apple502j 196db33e9f [docs] fix typo in sticker_create docs 2022-03-13 01:19:14 -05:00
Priyam 206c340252 Fix versionadded in UserFlags.spammer
Fixes #7643
2022-03-11 10:28:41 -05:00
Chiggy-Playz 1a73444275 Categorize events in the documentation 2022-03-08 21:25:28 -05:00
Alex Nørgaard 920da3a73f Update docs for audit logs relating to scheduled events 2022-03-08 21:20:49 -05:00
apple502j e0d3521d16 [docs] Fix typos 2022-03-07 17:36:15 -05:00
Sebastian Law 1dccd70b05 Fix refs to abc.Connectable.connect 2022-03-06 18:46:10 -05:00
James Hilton-Balfe 01906f37f1 Remove NoMoreItems 2022-03-06 18:44:18 -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
jack1142 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 Chowdhury 3c6279b947 Implement Guild Scheduled Events 2022-03-01 01:00:04 -05:00
mniip d5f23dbfc2 Fix docs for Guild.mfa_level 2022-02-27 21:18:01 -05:00
Josh 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 Chowdhury 6979e56088 Remove manual :async-for: markers 2022-02-23 08:05:23 -05:00
mniip ff90e7e747 GUILD_UPDATE audit logs 2022-02-22 08:48:26 -05:00