..
app_commands
[commands] Allow Cog and app_commands interopability
3 years ago
bin
Update Windows opus binaries from 1.2.1 to 1.3.1
4 years ago
ext
[commands] Allow Cog and app_commands interopability
3 years ago
types
Add Interaction.locale and Interaction.guild_locale
3 years ago
ui
Fix Modal.stop sometimes not removing from the store
3 years ago
webhook
Add the suppress_embeds parameter to send methods
3 years ago
__init__.py
Implement slash commands
3 years ago
__main__.py
Fix type checker error in discord.__main__
3 years ago
abc.py
Fix type checker errors in Connectable and Messageable
3 years ago
activity.py
Reformat code using black
3 years ago
appinfo.py
Add support for AppInfo.flags
3 years ago
asset.py
Implement Guild Scheduled Events
3 years ago
audit_logs.py
Add audit log event transformer for AuditLogEntry.target
3 years ago
backoff.py
Fix some type ignores in backoff and channel
3 years ago
channel.py
Add missing parameters to certain methods
3 years ago
client.py
Fix type-o in the docstring for Client.fetch_guild
3 years ago
colour.py
Use typing.Self throughout library
3 years ago
components.py
Use typing.Self throughout library
3 years ago
context_managers.py
Remove regular context manager support from Typing
3 years ago
embeds.py
Use typing.Self throughout library
3 years ago
emoji.py
Fix type of roles param in Emoji.edit's docstring
3 years ago
enums.py
Change enum members in Locale to be snake_case
3 years ago
errors.py
Remove NoMoreItems
3 years ago
file.py
Reformat code using black
3 years ago
flags.py
Use typing.Self throughout library
3 years ago
gateway.py
Fix audio not sending
3 years ago
guild.py
Revert all Guild.chunk changes
3 years ago
http.py
Add private hook for changing the API version
3 years ago
integrations.py
Remove unused imports
3 years ago
interactions.py
Fix typo causing a TypeError in Interaction.guild_locale
3 years ago
invite.py
Use typing.Self throughout library
3 years ago
member.py
Fix Member.move_to typehint and docstring
3 years ago
mentions.py
Use typing.Self throughout library
3 years ago
message.py
Add missing parameters to certain methods
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
Remove discord.InvalidArgument
3 years ago
partial_emoji.py
Use typing.Self throughout library
3 years ago
permissions.py
Remove unused imports
3 years ago
player.py
Fix potential audio delay during source cleanup
3 years ago
py.typed
Add typing metadata
4 years ago
raw_models.py
Type up gateway payloads
3 years ago
reaction.py
Fix missing User import in reaction.py
3 years ago
role.py
Use typing.Self throughout library
3 years ago
scheduled_event.py
Fix errors in ScheduledEvent and add url property
3 years ago
shard.py
Remove generic from Interaction and ConnectionState
3 years ago
stage_instance.py
Implement Guild Scheduled Events
3 years ago
state.py
Fix scheduled event dispatch arguments
3 years ago
sticker.py
Fix some type-check errors
3 years ago
team.py
Include inherited members in TeamMember's documentation
3 years ago
template.py
Remove unused imports
3 years ago
threads.py
Fix typo in Thread.remove_user
3 years ago
user.py
Use typing.Self throughout library
3 years ago
utils.py
Fix typo in applications.commands scope
3 years ago
voice_client.py
Fix audio not sending
3 years ago
widget.py
Remove unused imports
3 years ago