188 Commits (8df35c83a9b5a1aa8e671a58263455d22d5c8097)

Author SHA1 Message Date
Rapptz 74e1ab09a0 Remove channel type coercion in factory methods 4 years ago
Alex Nørgaard d1dc41ec2f
Fix Client.fetch_channel not returning Thread 4 years ago
Rapptz 8b4dd34328 Document TextChannel.start_thread return type 4 years ago
Rapptz 62dad0f7bf Fix potential None access in various StageChannel properties 4 years ago
Rapptz ea1d423904 Check for None in VocalGuildChannel.voice_states 4 years ago
Rapptz 2beee8be14 Type hint channel.py 4 years ago
Lilly Rose Berner b59ec318c0
Fix Category.create_x_channel raising without overwrites 4 years ago
Josh 233d10649c
[docs] Update Sphinx and Fix various references 4 years ago
Rapptz 7dccbace78 Refactor Guild to support type hints 4 years ago
Rapptz 4b51e3e253 Add TextChannel.active_threads 4 years ago
Rapptz d0d2d7ea62 Clarify actions that require manage_threads permission 4 years ago
Rapptz 3a421a3eb9 Add TextChannel.get_thread shortcut helper 4 years ago
Rapptz b2176dc0ef Change how threads are created 4 years ago
Rapptz 51cc7622a6 TextChannel.archived_threads is not a coroutine 4 years ago
Rapptz 7c6724fdd7 Fix typo in start_private_thread 4 years ago
Rapptz c1ce3b949f Implement remaining HTTP endpoints on threads 4 years ago
Rapptz 68c7c538f5 First pass at preliminary thread support 4 years ago
Rapptz 5c2945bcd4 Fix AttributeError in is_nsfw() methods 4 years ago
Rapptz 27556ea0a2 Fix DM channel permissions not having read_messages 4 years ago
Nadir Chowdhury 9f98a9a87f
Implement StageInstance 4 years ago
Nadir Chowdhury 757cfad38f
Type up **kwargs of various methods 4 years ago
Sebastian Law b82a0dc6fd
[docs] remove mentions of bot only usability 4 years ago
Nadir Chowdhury 1d7f387122
[docs] stage_channels doc typo 4 years ago
z03h 304229071f
Add VoiceChannel.video_quality_mode 4 years ago
Rapptz 9eaf1e85e4 Rewrite Asset design 4 years ago
Robin 30310b9ab6
Add NSFW for Guilds 4 years ago
Rapptz a8b3cfa592 Remove comment that doesn't apply anymore 4 years ago
Rapptz 9b94fe1ce0 Remove superfluous unused payload parameter 4 years ago
Rapptz 7bdaa793f6 Create temporary DMChannels from message create events 4 years ago
Rapptz 99fc950510 Use f-strings in more places that were missed. 4 years ago
Rapptz 54288879e2 Remove userbot functionality 4 years ago
Rapptz 9d39b135f4 Modernize code to use f-strings 4 years ago
Rapptz efc30a146e Guard for `None` in VocalGuildChannel.members 4 years ago
Nadir Chowdhury 1b2688518e
Implement StageChannel and related methods 4 years ago
Tarek 6524869ddd
Implement voice region changing for voice channels 4 years ago
Rapptz a30ad6acf2 Ignore moving category channels to another category 4 years ago
Sebastian Law d6501159e7
[docs] copy signature from overridden and inherited methods 4 years ago
Nadir Chowdhury 427e387a2f
Deprecate non-bot methods 4 years ago
SuzuZusu 491b426205
Fix documentation with reference in GroupChannel.permissions_for 4 years ago
Nihaal Sangha 69bdc3a184
Change copyright year to present 4 years ago
Rapptz 52d587d286 Allow PartialMessage to work with DM channels as well 4 years ago
Rapptz 3fe6d261f1 Add PartialMessage to allow working with channel/message_id pairs. 4 years ago
Rapptz 44dc7a8e02 Add support for editing and deleting webhook messages. 4 years ago
SebbyLaw 2e2560126f Implement icon_rl_as and cover_image_url_as for AppInfo 5 years ago
Michael 93fa46713a
Fix and add documentation 5 years ago
Nadir Chowdhury e971e2f16c
Allow more methods to set an audit log reason 5 years ago
Skezza c3bca7ec73
Documentation formatting 5 years ago
Sebastian Law b4b953bfc6
Fix various inconsistencies within the documentation (#5067) 5 years ago
NCPlayz bd1420b5f0 Allow editing of channel types for news and text channels 5 years ago
Steve C 128c9f4eb8 Use GuildChannel abc for CategoryChannel edit 5 years ago