Rapptz
3fe6d261f1
Add PartialMessage to allow working with channel/message_id pairs.
Fix #5905
4 years ago
Rapptz
44dc7a8e02
Add support for editing and deleting webhook messages.
Fix #6058
4 years ago
Josh
f8e428bd5b
Add support for chunking AsyncIterator objects
4 years ago
Rapptz
34f2fb36b1
Added MessageReference.resolved attribute to get replied to message
4 years ago
Rapptz
1014bfcb63
Allow MessageReference to be constructible by users
4 years ago
Rapptz
e65dab3b23
Implement role tags.
This comes with:
* The RoleTags class
* Role.is_premium_subscriber()
* Role.is_bot_managed()
* Role.is_integration()
* Guild.self_role
* Guild.premium_subscriber_role
4 years ago
Zomatree
344cb96c5d
Add sticker support
4 years ago
Eric Chan
b96ed43082
Fix typo in event reference
5 years ago
Xua
1066f42f1f
Add intents to event reference
5 years ago
Rapptz
bf8ca58996
Add a special exception for required privileged intents
5 years ago
Rapptz
23ae084b8c
Allow finer grained control over the member cache.
5 years ago
Rapptz
0b93fa3a82
Implement VoiceProtocol lower level hooks.
This allows changing the connect flow and taking control of it without
relying on internal events or tricks.
5 years ago
Sebastian Law
37c5c583f2
Add support for message_reference on Message object
5 years ago
iDutchy
cc26499237
Add competing activity type
5 years ago
Rapptz
450e71f086
Add a more concrete exception for 500 status codes.
Fixes #5797
5 years ago
Andres Torres
39aa08ab93
Added __eq__ to Message
5 years ago
Patrick
9121441315
Add South Korea VoiceRegion
5 years ago
Vexs
8252b1f884
Document on_error "special" behavior
5 years ago
Rapptz
7ed26db3b3
Add an exposed way to extract shard-specific information.
Closes #2654
5 years ago
Rapptz
8070d39a23
Add shard related connection and resume events.
These include:
* on_shard_resumed
* on_shard_connect
* on_shard_disconnect
5 years ago
AXVin
f5289a30a7
Fix typo in on_socket_raw_send documentation
5 years ago
NCPlayz
3408695a37
[docs] fix reference to `Guild` and document `utils.resolve_template`
5 years ago
Nadir Chowdhury
a64006ee9b
Add support for integrations
5 years ago
Nadir Chowdhury
2b3c6e0d47
Add support for Discord templates
5 years ago
Sebastian Law
b4b953bfc6
Fix various inconsistencies within the documentation ( #5067 )
5 years ago
JohnyTheCarrot
ab5f995d78
Add support for public user flags
5 years ago
Rapptz
66c6be50d8
Prepare for the discord.com domain rename
5 years ago
apple502j
6d0db182b9
Add new alias VerificationLevel.very_high
5 years ago
Rapptz
041785937e
Add support for configuring allowed mentions per message or bot wide.
5 years ago
the-white-light
c11dfbca6d
on_invite_create requires Manage Channels
Event on_invite_create (and presumably _delete) require Manage Channels permission.
5 years ago
Deniz
e42ad50f99
Add discord.ChannelType.category to documentation
5 years ago
Harmon
e469174071
Documentation fixes ( #2531 )
* Fix indentation for versionadded for Team.members
* Replace tabs with spaces in API Reference documentation
5 years ago
Harmon
6f9793fe5e
Fixes and improvements for v1.3 documentation
* Add missing versionadded strings for v1.3
* Add missing versionchanged string for Message.edit
* Consistently use versionadded for attributes
* Consistently use versionchanged for parameters
* Use versionchanged for Bot.is_owner
* Fix references in v1.3 changelog
* Improve grammar in v1.3 changelog
5 years ago
Rapptz
cecd45d503
Add changelog for v1.3
5 years ago
Josh B
d0a1956be9
Improve usability of utils.sleep_until
Fix issue where sleeping for an extended period on python 3.5
would cause an exception
Add sleep_until to API docs
Add result argument to sleep_until
5 years ago
Rapptz
733962df12
Drop final 0 in versionadded numbers in api.rst
5 years ago
Rapptz
87f9dcff9c
Add support for clearing a specific reaction.
Closes #2440
5 years ago
Rapptz
7b2c01c48a
Add support for on_invite_create and on_invite_delete
5 years ago
Rapptz
5f7a97ff96
Document BaseActivity
5 years ago
Rapptz
a841efa087
Add support for custom activities
It's been long enough.
Fixes #2400
5 years ago
NCPlayz
787d424dce
Add `VoiceRegion.dubai`
5 years ago
Rapptz
c92ca4ee07
Add Profile.system and Profile.team_user to query newer flags
5 years ago
NCPlayz
9c6a121644
Implement discord.MessageFlags
Refactor flags placement and use it for suppression.
5 years ago
NCPlayz
f554819506
Implement `Webhook.type`
5 years ago
Josh B
7df5effbb7
Add new audit log entry types. Fix issue with unknown entry types
5 years ago
jack1142
f831767585
docs: `on_guild_emojis_update` is a `Sequence`
6 years ago
Riley Shaw
8488669482
add suppress-embeds to on_message_edit triggers
6 years ago
apple502j
6241983a99
Add europe region
6 years ago
Riley Shaw
59df2004e3
change game playing to activity
6 years ago
Dice
da4bb0610c
Add CHANNEL_FOLLOW_ADD Message Type
Add documentation for MessageType.channel_follow_add
Add versionchanged to new MessageType attr
Add system_content for new MessageType
6 years ago