Rapptz
58967ea50b
Update docs with references to text in stage
2 years ago
Rapptz
d746cc824c
Implement Messageable for StageChannel
Fix #9248
2 years ago
owocado
74ea102fef
Document auto_archive_duration accepted values
2 years ago
Rapptz
869aeb5f64
Clarify documentation on Message.publish
2 years ago
Rapptz
ad6c727468
Remove unused import
2 years ago
Rapptz
5630d2b8f2
Fix Message.channel rebinding sometimes being Object
2 years ago
Rapptz
57b118b393
Fix webhooks and interactions not closing files after a request
2 years ago
Rapptz
5e1a80693f
Add Message.position and Message.application_id attributes
2 years ago
Rapptz
2dd8f92309
Add support for role subscription reading
2 years ago
Jonah Lawrence
9a975acd26
Fix usage of single backticks to links and code-blocks
3 years ago
Omkaar
12f188df01
Refactor certain f-strings and literals
3 years ago
Steve C
14875c45e3
Fix permissions-based docstrings to be more consistent
3 years ago
James Hilton-Balfe
cbf2386737
Fix overlapping or incorrect slots found by slotscheck
3 years ago
Lilly Rose Berner
0a2bb5e85f
Add forum post rename system message
3 years ago
nickofolas
eedb7a422f
Use __getitem__ to access channel_id in MessageReference payloads
3 years ago
Ryan H
c90b6cc072
Add Reaction into typehint of add_reaction()
3 years ago
Lilly Rose Berner
e9e2d8cb1c
Improve component typing
3 years ago
Rapptz
ba7ebc676f
Remove unnecessary type ignore
Despite this except branch is no longer guarded, the exceptional
case could still happen if an Object is passed or if a future channel
type leads to breakage
3 years ago
Rapptz
028c7d3d14
Remove extraneous channel assignment
3 years ago
Jonah Lawrence
f54ff25949
Add filename and description kwargs for to_file
3 years ago
dolfies
1df4596a3b
Change Message.application type to IntegrationApplication
2 years ago
dolfies
bbd7a9f3da
Fix Message.system_content
2 years ago
dolfies
3ffd0b073b
Normalize include_applications -> with_applications
2 years ago
dolfies
ff75b689d6
Tighten component typehint on Message and Modal
3 years ago
dolfies
b916e26b06
Fix application command search issues ( fixes #372 and #375 )
3 years ago
dolfies
68d1b40239
Fix various app command bugs, improve documentation, implement missing fields
3 years ago
dolfies
a777327d8e
Implement Commands backend v2
3 years ago
dolfies
5f1ab56174
Docs are fun 😡
3 years ago
dolfies
9fe7cfb474
Docs are fun :(
3 years ago
dolfies
8fcca3183a
Rebase to latest upstream
3 years ago
dolfies
50ff16ede6
Rebase to latest upstream
3 years ago
dolfies
29c2036bc8
Rebase to latest upstream
3 years ago
dolfies
5edcd7d64b
Implement Emoji/Sticker.fetch_guild (and run black)
3 years ago
dolfies
957a484306
Run black
3 years ago
Stocker
5fa32540a4
Change Message to subclass PartialMessage
3 years ago
BeatButton
7389707847
Only send allowed_mentions if content changed
3 years ago
z03h
5d6905a1bc
Update clean_content/channel_mentions for threads
3 years ago
Josh
e01d4a31eb
Replace invariant container types with wider types where applicable
3 years ago
Rapptz
1fba54ce97
Reword DeletedMessageReference docstring to be clearer
3 years ago
ChesterWOV
ca4db68686
Fix grammar issue for Message.add_reaction docs
3 years ago
Stocker
5aa696ccfa
Fix typing issues and improve typing completeness across the library
Co-authored-by: Danny <[email protected] >
Co-authored-by: Josh <[email protected] >
3 years ago
chromacoat dreamkey
095aaa9ad1
Change wording of InvalidArgument removal in docs
3 years ago
Eric Schneider
ef92170a9d
Fix Message.edit ignoring suppress kwarg
3 years ago
Stocker
e15415413b
Add missing parameters to certain methods
- slowmode_delay and reason in Message.create_thread
- slowmode_delay in TextChannel.create_thread
- reason in Guild.edit_widget
3 years ago
Stocker
12d4de52a8
Add Attachment.ephemeral
3 years ago
m-etroo
e3de172ba9
Fix incorrect wording in Message.edit docstring
'role' -> 'message'
3 years ago
Josh
147948af9b
Use typing.Self throughout library
3 years ago
Josh
2b69b5d545
Remove discord.InvalidArgument
This uses TypeError and ValueError instead.
3 years ago
Rapptz
8d52ddaff6
Fix remaining type errors in main package
This doesn't fix the type errors in the ext packages though.
3 years ago
Nadir Chowdhury
3cf000d467
Type up gateway payloads
3 years ago