dolfies
f96854c90d
Fix version directives
6 months ago
dolfies
00fed75092
Fix version directives
6 months ago
Steve C
001ccc87d6
Add Message.forward flag
8 months ago
DA344
5b6642302a
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] >
8 months ago
owocado
7e976a742d
Fix Message.system_content for role_subscription_purchase renewal type
8 months ago
Soheab
81e1a29708
Add support for messages with type purchase_notification
8 months ago
iyad-f
1cf3d6a04e
Add missing error for Message.edit
8 months ago
Rapptz
c514e11f12
Remove outdated leftover comment about polls
10 months ago
Rapptz
67dee5d73a
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.
10 months ago
Soheab
2bf56a91f4
Add support for getting the attachment's title
10 months ago
Rapptz
f45016bebd
Fix Message.poll not prioritising API data over cached data
1 year ago
DA344
f8f0575c19
Add support for Polls
Co-authored-by: owocado <[email protected] >
Co-authored-by: Josh <[email protected] >
Co-authored-by: Trevor Flahardy <[email protected] >
1 year ago
Andrin
6ae4d711e3
Add new incident message types
Co-authored-by: Danny <[email protected] >
2 years ago
Lilly Rose Berner
8e4d979ca0
Add thread getters to Message
2 years ago
dolfies
8d77474269
Implement commands v3
1 year ago
dolfies
fd240be395
Add missing types
2 years ago
dolfies
40567879dc
Simplify message search channel resolution logic
2 years ago
dolfies
bb113581fc
Add Message.guild_id attribute
2 years ago
Soheab_
908a1a1bdb
Add support for attachment flags
2 years ago
Rapptz
1424412e42
Hoist webhook detection outside of store_user helper
2 years ago
RedGuy12
ab81a094a6
Fix system message for channel_icon_change
2 years ago
Andrin S
f066597a02
Add support for voice messages
Co-authored-by: Danny <[email protected] >
2 years ago
Rapptz
bc4b1cad6d
Update auto_archive_duration documentation
Fix #9351
2 years ago
dolfies
4039345c15
Implement new read state capabilities
2 years ago
dolfies
5efdd767f6
Make Application enums consistent (AppCommandType -> ApplicationCommandType)
2 years ago
dolfies
aa2529c027
Implement GCP cloud uploads
2 years ago
dolfies
be4cbec1df
Add read state notice to Message.ack()
2 years ago
dolfies
5b6e6d13b7
Implement read states ( #498 )
* Base read states
* Base read states
* Models and helpers
* Increase mention counter
* Rest of the ack events
* Finishing touches and doccs
* Fix RawUserFeatureAckEvent docstring
* Add top-level mention count property
* Add ack shortfall note
* Expose and document ReadStateType
* Add Client.read_states getter
* Update scheduled event read state badge count
* Update README
2 years ago
dolfies
b281fa53e8
Readd PartialMessageable to possible Message.channel types
2 years ago
dolfies
3108aabcce
Implement message search
2 years ago
dolfies
50351b06bb
Fix failing check (run black)
2 years ago
Andrin S
96905a38d4
Add overloads to reply and send
2 years ago
dolfies
9a5ff2bf0b
Update various List[] to Collection[]
2 years ago
dolfies
9b903c14dc
Implement message greeting
2 years ago
dolfies
8a1a3ffcce
Fix issues with previous upstream commits
2 years ago
Rapptz
841f1debdc
Add support for stage message types
2 years ago
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