| .. |
|
bin
|
Update Windows opus binaries from 1.2.1 to 1.3.1
|
6 years ago |
|
ext
|
[commands] Make GroupMixin Generic
|
5 years ago |
|
types
|
Typehint state.py
|
5 years ago |
|
ui
|
Fallback to None message_id searches in View dispatch
|
5 years ago |
|
webhook
|
Fix SyncWebhook not working across thread barriers
|
5 years ago |
|
__init__.py
|
Stricter type hint in releaselevel
|
5 years ago |
|
__main__.py
|
Make the bot template use f-strings over str.format
|
5 years ago |
|
abc.py
|
Add support for PartialMessageable instances
|
5 years ago |
|
activity.py
|
Refactor utcfromtimestamp to use fromtimestamp(..., tz=utc)
|
5 years ago |
|
appinfo.py
|
Fix user cache acting incorrectly with evictions
|
5 years ago |
|
asset.py
|
implement guild stickers
|
5 years ago |
|
audit_logs.py
|
implement guild stickers
|
5 years ago |
|
backoff.py
|
Type-hint backoff.py
|
5 years ago |
|
channel.py
|
Use channel default auto archive duration
|
5 years ago |
|
client.py
|
Add Thread to the return type of Client.get_channel
|
5 years ago |
|
colour.py
|
Fix Colour.fuchsia docstring typo
|
5 years ago |
|
components.py
|
Add support for discord.ui.Select.disabled
|
5 years ago |
|
context_managers.py
|
Typehint context_managers.py
|
5 years ago |
|
embeds.py
|
Localize Embed.timestamp during assignment
|
5 years ago |
|
emoji.py
|
Allow passing Emoji in components
|
5 years ago |
|
enums.py
|
implement guild stickers
|
5 years ago |
|
errors.py
|
Typehint error.py
|
5 years ago |
|
file.py
|
Fix some webhook related type checker errors
|
5 years ago |
|
flags.py
|
flag_value should not be a generic class
|
5 years ago |
|
gateway.py
|
Fix debug event toggle not triggering for raw receive
|
5 years ago |
|
guild.py
|
default to 0 instead of 15 for Guild.sticker_limit
|
5 years ago |
|
http.py
|
Remove deprecated TextChannel.active_threads for Guild version
|
5 years ago |
|
integrations.py
|
Add reason kwarg to more methods
|
5 years ago |
|
interactions.py
|
Add interaction.data to docs
|
5 years ago |
|
invite.py
|
Fix user cache acting incorrectly with evictions
|
5 years ago |
|
iterators.py
|
Fix Client.fetch_channel not returning Thread
|
5 years ago |
|
member.py
|
Add missing typehints for Member properties
|
5 years ago |
|
mentions.py
|
Typehint AllowedMentions
|
5 years ago |
|
message.py
|
Use channel default auto archive duration
|
5 years ago |
|
mixins.py
|
Fix EqualityComparable.__eq__ typing
|
5 years ago |
|
object.py
|
Type-hint object.py
|
5 years ago |
|
oggparse.py
|
Add `__all__` to remaining modules
|
5 years ago |
|
opus.py
|
Add a few typehints to opus.py
|
5 years ago |
|
partial_emoji.py
|
Fix typing errors in PartialEmoji
|
5 years ago |
|
permissions.py
|
Update Permissions classmethods to include thread/stage/sticker
|
5 years ago |
|
player.py
|
Type-hint voice_client / player
|
5 years ago |
|
raw_models.py
|
Typehint raw_models.py
|
5 years ago |
|
reaction.py
|
Make parameters passed to Reaction.user keyword-only
|
5 years ago |
|
role.py
|
Rework Role.edit to not rely on previous role state
|
5 years ago |
|
shard.py
|
Reformat shard.py
|
5 years ago |
|
stage_instance.py
|
Clarify StageInstance.discoverable_disabled documentation
|
5 years ago |
|
state.py
|
Reformat state.py
|
5 years ago |
|
sticker.py
|
Document TypeError raise in lottie sticker
|
5 years ago |
|
team.py
|
Remove extraneous __slots__ assignments
|
5 years ago |
|
template.py
|
Move explanation note for type ignore above the offending line
|
5 years ago |
|
threads.py
|
Fix missing typehint that causes an error for a type checker
|
5 years ago |
|
user.py
|
Fix some type hints in user.py
|
5 years ago |
|
utils.py
|
Rename types.Union -> UnionType for bpo-44732
|
5 years ago |
|
voice_client.py
|
Fix typo in voice_client.py
|
5 years ago |
|
widget.py
|
Type up **kwargs of various methods
|
5 years ago |