DA-344
|
8fc329d4bf
|
fix: missing applied_tags param on overloads
|
2 weeks ago |
DA-344
|
0621b38b11
|
chore: Update overloads typings
|
1 month ago |
DA-344
|
f5ec966a7b
|
chore: typings and docs and idk what more
|
1 month ago |
DA-344
|
fe7d7f2ce6
|
chore: Update view param docstring on send methods
|
1 month ago |
DA-344
|
ec186ab18f
|
chore: update docstrings
|
1 month ago |
DA-344
|
9e18c5af81
|
chore: typing stuff
|
3 months ago |
Lilly Rose Berner
|
9dc8e2712a
|
Add ForumChannel.members property
|
4 months ago |
Soheab
|
7f95357041
|
Add mention property to PartialMessageable
|
6 months ago |
Steve C
|
af75985730
|
Fix incorrect import
|
7 months ago |
Soheab
|
354ae4208c
|
Fix abc.GuildChannel.clone implementations
|
8 months ago |
Andrin
|
a5f9350ff2
|
Add category parameter to abc.GuildChannel.clone
|
8 months ago |
Soheab
|
053f29c96c
|
Update all channel clone implementations
|
8 months ago |
Andrin
|
a70217a719
|
Support for Soundboard and VC effects
|
8 months ago |
lmaotrigine
|
2f479b2ac6
|
Document bitrate kwarg in StageChannel.edit
|
1 year ago |
Danny
|
2e2f51fd5c
|
First pass at supporting user apps
Co-authored-by: red <[email protected]>
Co-authored-by: Vioshim <[email protected]>
|
1 year ago |
Andrin
|
9ce733321b
|
Add support for setting voice channel status
|
1 year ago |
Soheab_
|
ebe2661f7d
|
Add missing scheduled_event field to StageChannel.create_instance
|
2 years ago |
Rapptz
|
e6a0dc5bc0
|
Add support for media channels
|
2 years ago |
Rapptz
|
b7785d29cb
|
Add CategoryChannel.forums shortcut property
|
2 years ago |
Josh
|
630b2a1e55
|
Update pyright version
|
2 years ago |
Andrin S
|
53ce05b0d0
|
Add Interaction.channel from Discord payload
Co-authored-by: Danny <[email protected]>
|
2 years ago |
Jakub Kuczys
|
16f1760dd0
|
Document user_limit argument in StageChannel.edit()
|
2 years ago |
Rapptz
|
0adef0ec89
|
Update auto_archive_duration documentation
Fix #9351
|
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
Fix #9248
|
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
Fix #9153
|
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
|
3 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
Normalize most mixed usages of `__class__`, `__class__!r`,
`__class__.__name__!r` to the standard form of
`__class__.__name__`
|
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
This doesn't have meaning on text channels apparently
|
3 years ago |
Rapptz
|
ab265dcb7c
|
Add support for newest ForumChannel changes
This adds the following:
- Forum tag support
- Default reaction support
- Default slowmode for newly created threads
|
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
Ultimately despite it not being the prettiest, Object keys ended up
being the sanest solution to this without destroying ergonomics.
|
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
This fixes isinstance(thread, discord.abc.PrivateChannel) from
returning True
|
3 years ago |