You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ryan H dbb00bd361
Add Reaction into typehint of add_reaction()
3 years ago
..
app_commands Fallback to an unavailable guild instead of an Object in interactions 3 years ago
bin Update Windows opus binaries from 1.2.1 to 1.3.1 4 years ago
ext Add VoiceChannel and Thread to isinstance checks 3 years ago
types Improve component typing 3 years ago
ui Improve component typing 3 years ago
webhook Use explicit UTF-8 encoding in SyncWebhook 3 years ago
__init__.py Remove unused imports and make exports explicit 3 years ago
__main__.py Add intents to python -m discord newbot 3 years ago
abc.py Fix Connectable.connect typing having bad inference if cls is missing 3 years ago
activity.py Fix two styling nits with fmt: off 3 years ago
appinfo.py Add support for application tags and install params 3 years ago
asset.py Add filename and description kwargs for to_file 3 years ago
audit_logs.py Add PartialIntegration to TargetType 3 years ago
backoff.py Fix some type ignores in backoff and channel 3 years ago
channel.py Fix documentation of PartialMessageable.jump_url 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
components.py Improve component typing 3 years ago
context_managers.py Replace trigger_typing with awaiting typing context manager 3 years ago
embeds.py Return embed from clear_fields and remove_field 3 years ago
emoji.py Update comments after `# type: ignore` to be compatible with PEP 484 3 years ago
enums.py Add application command permissions to audit log 3 years ago
errors.py [docs] Update PrivilegedIntentsRequired docs 3 years ago
file.py Fix filename spoiler stripping method 3 years ago
flags.py Allow creating an Intent through a passed integer value 3 years ago
gateway.py Separately delay ready event for each shard 3 years ago
guild.py Fallback to an unavailable guild instead of an Object in interactions 3 years ago
http.py Fix broken HTTPClient.recreate code to actually clear session 3 years ago
integrations.py Add application command permissions to audit log 3 years ago
interactions.py Fallback to an unavailable guild instead of an Object in interactions 3 years ago
invite.py Update comments after `# type: ignore` to be compatible with PEP 484 3 years ago
member.py Add Member.display_icon to get the rendered member icon 3 years ago
mentions.py Fix mention_author suppressing all mentions 3 years ago
message.py Add Reaction into typehint of add_reaction() 3 years ago
mixins.py Reformat code using black 3 years ago
object.py Reformat code using black 3 years ago
oggparse.py Reformat code using black 3 years ago
opus.py Ignore type error already handled by exception handling 3 years ago
partial_emoji.py Improve component typing 3 years ago
permissions.py Rename use_slash_commands to use_application_commands 3 years ago
player.py Update comments after `# type: ignore` to be compatible with PEP 484 3 years ago
py.typed Add typing metadata 4 years ago
raw_models.py Add raw member remove event 3 years ago
reaction.py Remove unused imports 3 years ago
role.py Remove unused imports 3 years ago
scheduled_event.py Fix typing issues and improve typing completeness across the library 3 years ago
shard.py Separately delay ready event for each shard 3 years ago
stage_instance.py Fix typing issues and improve typing completeness across the library 3 years ago
state.py Add VoiceChannel and Thread to isinstance checks 3 years ago
sticker.py [types] Use PEP-655 style Required/NotRequired types 3 years ago
team.py Include inherited members in TeamMember's documentation 3 years ago
template.py Change wording of InvalidArgument removal in docs 3 years ago
threads.py Use typing.Literal for channel and component type annotation 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 Add self_deaf and self_mute params to voice connect methods 3 years ago
widget.py Remove unused imports 3 years ago