Rapptz
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
Puncher
ee59d9651a
Add missing attributetable to classes
2022-08-30 00:50:40 -04:00
Josh
c2f9e0be43
Add additional audit log types for automod
2022-08-28 02:08:05 -04:00
Rapptz
2bf2bfc9b4
Add utils.setup_logging to help set up logging outside of Client.run
2022-08-17 22:53:03 -04:00
z03h
1097e1d975
Add mention_spam automod trigger and change default values
2022-08-16 16:58:59 -04:00
Rapptz
596f2ca222
Fix time_snowflake not being documented
2022-08-15 14:01:54 -04:00
Rapptz
0ec06f0ac5
Add on_app_command_completion event
...
Fix #8126
2022-08-15 09:19:01 -04:00
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.
2022-08-12 22:36:13 -04:00
Rapptz
57efb5a5a0
Fix failing tests to use new get_parameter function
2022-08-09 08:02:41 -04:00
Middledot
7d11e2a27c
Remove documentation for on_group_join/leave
2022-07-30 22:39:30 -04:00
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.
2022-07-19 01:36:18 -04:00
z03h
1aaa32d4bc
Add on_raw_app_command_permissions_update event
2022-07-10 04:00:26 -04:00
z03h
04aeff660b
Add automod types to audit log
2022-07-07 19:30:03 -04:00
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ørgaard
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
killakej
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