| .. |
|
bin
|
Update Windows opus binaries from 1.2.1 to 1.3.1
|
6 years ago |
|
ext
|
[commands] fix case_insensitive bug in parse_flags
|
3 years ago |
|
types
|
Fix typings of deaf and mute in PartialMember
|
3 years ago |
|
webhook
|
Add support for new thread_name parameter in Webhook.send
|
3 years ago |
|
__init__.py
|
Rename appinfo.py -> application.py
|
3 years ago |
|
__main__.py
|
fix: update all occurrences of discord.py to discord.py-self in __main__.py
|
4 years ago |
|
abc.py
|
Fix versionadded docstrings in voice connect methods
|
3 years ago |
|
activity.py
|
Fix two styling nits with fmt: off
|
3 years ago |
|
affinity.py
|
Implement affinities
|
3 years ago |
|
application.py
|
Change Message.application type to IntegrationApplication
|
3 years ago |
|
asset.py
|
Use static_format over format if present in Asset.replace
|
3 years ago |
|
audit_logs.py
|
Fix audit log bulk message delete not exposing count
|
3 years ago |
|
backoff.py
|
Fix some type ignores in backoff and channel
|
4 years ago |
|
billing.py
|
Implement (almost) the entirety of the applications, billing, and store API (#449)
|
3 years ago |
|
calls.py
|
Update call ring logic
|
3 years ago |
|
channel.py
|
Add Guild.create_forum and CategoryChannel.create_forum
|
3 years ago |
|
client.py
|
Fix broken HTTPClient.recreate code to actually clear session
|
3 years ago |
|
colour.py
|
Add Colour.from_str factory method
|
3 years ago |
|
commands.py
|
Rename appinfo.py -> application.py
|
3 years ago |
|
components.py
|
Improve component typing
|
3 years ago |
|
connections.py
|
Add note about connection access token availability
|
3 years ago |
|
context_managers.py
|
Replace trigger_typing with awaiting typing context manager
|
3 years ago |
|
embeds.py
|
Add a new extlink for discord documentation
|
3 years ago |
|
emoji.py
|
Rebase to latest upstream
|
4 years ago |
|
entitlements.py
|
Implement (almost) the entirety of the applications, billing, and store API (#449)
|
3 years ago |
|
enums.py
|
Implement protobuf settings (#476)
|
3 years ago |
|
errors.py
|
Implement (almost) the entirety of the applications, billing, and store API (#449)
|
3 years ago |
|
file.py
|
Implement (almost) the entirety of the applications, billing, and store API (#449)
|
3 years ago |
|
flags.py
|
Add remaining bitwise operators to Flags
|
3 years ago |
|
gateway.py
|
Implement protobuf settings (#476)
|
3 years ago |
|
guild.py
|
Add Guild.create_forum and CategoryChannel.create_forum
|
3 years ago |
|
guild_premium.py
|
Implement (almost) the entirety of the applications, billing, and store API (#449)
|
3 years ago |
|
handlers.py
|
Make fetch_token parameters required
|
4 years ago |
|
http.py
|
Add support for new thread_name parameter in Webhook.send
|
3 years ago |
|
integrations.py
|
Rename appinfo.py -> application.py
|
3 years ago |
|
interactions.py
|
Pass CI
|
4 years ago |
|
invite.py
|
Fix documentation errors in discord.Invite and on_integration_update
|
3 years ago |
|
library.py
|
Rename appinfo.py -> application.py
|
3 years ago |
|
member.py
|
Add Member.display_icon to get the rendered member icon
|
3 years ago |
|
mentions.py
|
Rebase to upstream
|
4 years ago |
|
message.py
|
Use __getitem__ to access channel_id in MessageReference payloads
|
3 years ago |
|
metadata.py
|
Implement (almost) the entirety of the applications, billing, and store API (#449)
|
3 years ago |
|
mixins.py
|
Reformat code using black
|
4 years ago |
|
modal.py
|
Rename appinfo.py -> application.py
|
3 years ago |
|
object.py
|
Reformat code using black
|
4 years ago |
|
oggparse.py
|
Reformat code using black
|
4 years ago |
|
opus.py
|
Specify required argument types for FFI functions
|
3 years ago |
|
partial_emoji.py
|
Improve component typing
|
3 years ago |
|
payments.py
|
Implement (almost) the entirety of the applications, billing, and store API (#449)
|
3 years ago |
|
permissions.py
|
Add remaining bitwise operators to Flags
|
3 years ago |
|
player.py
|
Revert all voice receive changes
|
4 years ago |
|
profile.py
|
Rename appinfo.py -> application.py
|
3 years ago |
|
promotions.py
|
Implement (almost) the entirety of the applications, billing, and store API (#449)
|
3 years ago |
|
py.typed
|
Re-add py.typed
|
5 years ago |
|
raw_models.py
|
Add on_raw_thread_member_remove event
|
3 years ago |
|
reaction.py
|
Rebase to latest upstream
|
4 years ago |
|
relationship.py
|
Fix AttributeError in implicit relationship presence (fixes #473)
|
3 years ago |
|
role.py
|
Implement (almost) the entirety of the applications, billing, and store API (#449)
|
3 years ago |
|
scheduled_event.py
|
Fix state modification endpoints on ScheduledEvent not working
|
3 years ago |
|
settings.py
|
Implement affinities
|
3 years ago |
|
stage_instance.py
|
Rebase to upstream
|
4 years ago |
|
state.py
|
Add on_raw_thread_member_remove event
|
3 years ago |
|
sticker.py
|
Rebase to latest upstream
|
4 years ago |
|
store.py
|
Rename appinfo.py -> application.py
|
3 years ago |
|
subscriptions.py
|
Implement (almost) the entirety of the applications, billing, and store API (#449)
|
3 years ago |
|
team.py
|
Rename appinfo.py -> application.py
|
3 years ago |
|
template.py
|
Remove outdated template note
|
3 years ago |
|
threads.py
|
Use positional args for internal thread methods
|
3 years ago |
|
tracking.py
|
Implement (almost) the entirety of the applications, billing, and store API (#449)
|
3 years ago |
|
user.py
|
Add more detailed description to accent_colour
|
3 years ago |
|
utils.py
|
Document and export MISSING sentinel
|
3 years ago |
|
voice_client.py
|
Fix versionadded docstrings in voice connect methods
|
3 years ago |
|
welcome_screen.py
|
Improve typing across the board, remove old browser references
|
4 years ago |
|
widget.py
|
Remove WidgetMember.avatar incorrect documentation
|
4 years ago |