283 Commits (dc4ed438a5ba780fcaaf3fb46bbc603827d87bf2)

Author SHA1 Message Date
Andrin S 53ce05b0d0
Add Interaction.channel from Discord payload 2 years ago
Jakub Kuczys 16f1760dd0
Document user_limit argument in StageChannel.edit() 2 years ago
Rapptz 0adef0ec89 Update auto_archive_duration documentation 2 years ago
Puncher dc9fb1fd84
Add missing param send_start_notification to create_instance 2 years ago
Puncher 79c508311f
Add support for default_thread_slowmode_delay in TextChannel 2 years ago
Puncher a1295868a6
Add support for default_sort_order in ForumChannel 2 years ago
Rapptz da4651c97c Implement Messageable for StageChannel 2 years ago
owocado 3644f7849c
Document auto_archive_duration accepted values 2 years ago
z03h e6ef43139f
Don't store finished views/modals 2 years ago
Rapptz a8177dd5bd Document starter message requirements in ForumChannel.create_thread 2 years ago
Rapptz cbc46e0973 Add support for ForumChannel.default_layout 2 years ago
Rapptz 887ddbb4b6 Fix implicit permission resolution for Thread 2 years ago
rdrescher909 9b6753f3b4
Add VocalGuildChannel.slowmode_delay 2 years ago
rdrescher909 039d588447
Add ForumChannel.get_thread 2 years ago
Jonah Lawrence d7b6a2ad12
Fix usage of single backticks to links and code-blocks 2 years ago
ster 95b6bd8782
Add coro tag to docstrings that were missing it 3 years ago
Jakub Kuczys 6725f329b2
Set thread related perms in private channels to False 3 years ago
z03h 686071814b
Add Forum.archived_threads 3 years ago
Vioshim 46d194df57
Fix passing None to ForumTag.emoji constructor 3 years ago
Steve C ce06beeb6c
Fix permissions-based docstrings to be more consistent 3 years ago
z03h c854ee2978
Fix default_thread_slowmode_delay 3 years ago
Ionite 6981eb69c4
Normalize type formatting in TypeError 3 years ago
Evan J. Markowitz e04af033c0
Add applied_tags to ForumChannel.create_thread to match Thread.edit 3 years ago
Rapptz fdebe069a6 Change ForumTag.emoji to be optional 3 years ago
Rapptz 40b91f0e2a Remove TextChannel.default_thread_slowmode_delay 3 years ago
Rapptz ab265dcb7c Add support for newest ForumChannel changes 3 years ago
mirnovov 5039b967a0
Document get_thread not fetching archived threads 3 years ago
Rapptz 6381b5a8f4 Change abc.GuildChannel.overwrites to have Object keys if cache failed 3 years ago
zephyrkul 9fe19dcc69
[commands] Add Context.permissions and Context.bot_permissions 3 years ago
Rapptz 5de9287902 Change abc.PrivateChannel to be a proper subclass 3 years ago
Rapptz 96e6261d61 Change default for purge oldest_first to match history 3 years ago
Alex Nørgaard 6a58cabf5c
Add Guild.create_forum and CategoryChannel.create_forum 3 years ago
Rapptz 3fe9fc92eb Automatically infer entity_type when passing concrete channels 3 years ago
Rapptz 259c6733a3 Add webhook creation methods to ForumChannel 3 years ago
Rapptz b7ac0a02ca Fix documentation of PartialMessageable.jump_url 3 years ago
Rapptz c22b6dc2cd Add guild property to DMChannel, GroupChannel, and PartialMessageable 3 years ago
Rapptz 8699d2139a Improve generic duck type programming with PartialMessageable 3 years ago
Rapptz 7f210c90f4 Return a named tuple with message from ForumChannel.create_thread 3 years ago
Rapptz 0851e03f00 Allow creating a news channel in create_text_channel 3 years ago
Rapptz 06df0d7931 Address latest breaking change in creating forum posts 3 years ago
Rapptz 9e3375f3fc Fix infinite recursion in TextChannel.type 3 years ago
Lilly Rose Berner 7ee15e1d68
Use typing.Literal for channel and component type annotation 3 years ago
lightningyx 19fb8ac447
Add narrowed overloads for edit methods on channels 3 years ago
Omkaar 348764583d
Add jump_url property to channels 3 years ago
Rapptz 30cc00c9a4 Explicitly specify public threads when creating them in forums 3 years ago
Rapptz 67a58d10ae Change Fetch -> Retrieve for last_message documentation 3 years ago
Rapptz 23f6876492 Add initial support for forum channels 3 years ago
Rapptz 3ef8f77e81 Add proper nsfw support for vocal guild channels 3 years ago
Puncher 18050aecd7
Fix broken code blocks in docstrings 3 years ago
Puncher 0dbebf87b2
Fix TextChannel.archived_threads docstring 3 years ago