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
Imayhaveborkedit
fedf26bf3e
Add FFmpegOpusAudio and other voice improvements
Rework FFmpeg player and add FFmpegOpusAudio
I have extracted some of the base FFmpeg source code into its own
base class and reimplemented the PCM and the new Opus variants.
Support avconv probing
Also fix a few things
Update `__all__`
Fix the bugs
Rework probe functions and add factory function
Probing involves subprocess so it has been reworked into an async
factory function.
Add docs + a few tweaks
* Removed unnecessary read() and is_opus() functions from FFmpegAudio
* Clear self._stdout in cleanup()
* Add 20 second process communication timeout to probe functions
* Capped probe function bitrate values at 512
Change AudioPlayer to use more accurate, monotonic time.perf_counter()
Add lazy opus loading
The library now no longer loads libopus on import, only on
opus.Encoder creation or manually.
Fix review nits
6 years ago
Rapptz
b31028fa19
Fix some linking issues with TeamMembershipState
6 years ago
Rapptz
604e9dfc67
Remove constructibility from certain classes in documentation.
6 years ago
Rapptz
68342db04d
[commands] Properly raise the correct exception for owner_ids
Also some minor nits with documentation.
6 years ago
fourjr
3961e7ef6d
Support team members data in application info
6 years ago
Rapptz
7543328fe7
Update Sphinx to 2.1.2
6 years ago
Toby Harradine
e3e2e38511
Update docs to note Enum derivation change
6 years ago
Rapptz
8bf0482af5
Fix exception hierarchy documentation.
6 years ago
NCPlayz
3c9bcc2851
Improve documentation
6 years ago
Rapptz
320dbc0618
Add support for system channel flags
6 years ago