Steve C
bd329b1515
Add support for emoji_added message type
10 months ago
Lucas Hardt
a7f349498a
Upgrade code by using f-strings and yield from
10 months ago
Rapptz
283ed20956
Use List[Component] in docs instead of spelling them all out
11 months ago
Rapptz
44a44e938f
Reformat entire project with ruff instead of black
11 months ago
Soheab
705eb2c2a5
Update to support new pin endpoints
11 months ago
DA344
50caa3c82c
Add support for components V2
Co-authored-by: Michael H <[email protected] >
Co-authored-by: Soheab <[email protected] >
Co-authored-by: owocado <[email protected] >
Co-authored-by: Jay3332 <[email protected] >
Co-authored-by: Danny <[email protected] >
11 months ago
owocado
d00c124883
Add MessageApplication.__str__
1 year ago
dolfies
de5720e659
Fix attachment is_spoiler() and is_voice_message()
1 year ago
dolfies
66f3548f3a
Add defaults for message object parsing
1 year ago
Jakub Kuczys
19f02c40b3
Document message types that can have a default message reference
1 year ago
Rapptz
8953938a53
Update Pyright to v1.1.394
1 year ago
DA344
afbbc07e98
Add support for poll result messages
1 year ago
Violet
55974ebde8
Fix MessageSnapshot sticker_items typo
1 year ago
Soheab
814ce3c8ee
Add command target to MessageInteractionMetadata
2 years ago
Steve C
c8ecbd8d10
Add Message.forward flag
2 years ago
DA344
99a7093c34
Add support for message forwarding
Co-authored-by: Red Magnos <[email protected] >
Co-authored-by: MCausc78 <[email protected] >
Co-authored-by: owocado <[email protected] >
Co-authored-by: Danny <[email protected] >
2 years ago
owocado
48cf500e09
Fix Message.system_content for role_subscription_purchase renewal type
2 years ago
Soheab
b3141db6e9
Add support for messages with type purchase_notification
2 years ago
Andrin
20c543f672
Add support for message call
2 years ago
iyad-f
9d7c253535
Add missing error for Message.edit
2 years ago
Rapptz
66d74054dd
Remove outdated leftover comment about polls
2 years ago
Rapptz
733c583b72
Remove _get_poll lookup in Message constructor
This was triggering a terrible performance regression for no good
reason for all created messages that didn't have a poll, which is
essentially 99.99% of messages leading to MESSAGE_CREATE dispatches
having degraded performance.
2 years ago
Soheab
a6d1dc0455
Add support for getting the attachment's title
2 years ago
Rapptz
efe81a67fb
Fix Message.poll not prioritising API data over cached data
2 years ago
DA344
e43bd8692c
Add support for Polls
Co-authored-by: owocado <[email protected] >
Co-authored-by: Josh <[email protected] >
Co-authored-by: Trevor Flahardy <[email protected] >
2 years ago
Soheab
2248fc1946
Fix various code around Message.interaction(_metadata)
2 years ago
Soheab
963bb08557
Add support for Message.interaction_metadata
Co-authored-by: Danny <[email protected] >
2 years ago
Andrin
08ef42fedf
Add new incident message types
Co-authored-by: Danny <[email protected] >
3 years ago
Lilly Rose Berner
29344b9cce
Add thread getters to Message
3 years ago
Soheab_
14faa9bdab
Add support for attachment flags
3 years ago
Rapptz
c5da0fe7c1
Remove and address stale TODO comments
3 years ago
Rapptz
f1bade4bda
Hoist webhook detection outside of store_user helper
3 years ago
RedGuy12
54c62d7ef8
Fix system message for channel_icon_change
3 years ago
Andrin S
1767be0081
Add support for voice messages
Co-authored-by: Danny <[email protected] >
3 years ago
Rapptz
0adef0ec89
Update auto_archive_duration documentation
Fix #9351
3 years ago
Andrin S
2ddb9d22ba
Add overloads to reply and send
3 years ago
Rapptz
bd6bbdab00
Add support for stage message types
3 years ago
Rapptz
fd9f3e9eff
Update docs with references to text in stage
3 years ago
Rapptz
da4651c97c
Implement Messageable for StageChannel
Fix #9248
3 years ago
owocado
3644f7849c
Document auto_archive_duration accepted values
3 years ago
Rapptz
94fa00fbfd
Clarify documentation on Message.publish
3 years ago
Rapptz
a2b09c0ecd
Remove unused import
3 years ago
Rapptz
ec71a46907
Fix Message.channel rebinding sometimes being Object
3 years ago
Rapptz
7e95f98521
Fix webhooks and interactions not closing files after a request
3 years ago
Rapptz
3d2dedbc58
Add Message.position and Message.application_id attributes
3 years ago
Rapptz
3d24f0fb12
Add support for role subscription reading
4 years ago
Jonah Lawrence
d7b6a2ad12
Fix usage of single backticks to links and code-blocks
4 years ago
Omkaar
c30a2f3ca0
Refactor certain f-strings and literals
4 years ago
Steve C
ce06beeb6c
Fix permissions-based docstrings to be more consistent
4 years ago
James Hilton-Balfe
40986f9279
Fix overlapping or incorrect slots found by slotscheck
4 years ago