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.
dolfies 2e102c9618 Fix logging, re-add afk parameter 4 years ago
..
bin Update Windows opus binaries from 1.2.1 to 1.3.1 4 years ago
ext Initial de-botting 4 years ago
types Fix ClientUser typing 4 years ago
ui Update documentation on select limits 4 years ago
webhook Change avatar_url type hint to Any instead of str 4 years ago
__init__.py Migrate 4 years ago
__main__.py Update inbuild examples 4 years ago
abc.py Migrate 4 years ago
activity.py Save custom activity state 4 years ago
appinfo.py Migrate 4 years ago
asset.py Add per-guild member avatar support 4 years ago
audit_logs.py implement guild stickers 4 years ago
backoff.py Type-hint backoff.py 4 years ago
channel.py Migrate 4 years ago
client.py Fix a few typos 4 years ago
colour.py Add Colour.brand_green and Colour.brand_red 4 years ago
components.py Migrate 4 years ago
context_managers.py Typehint context_managers.py 4 years ago
context_properties.py Re-add context properties 4 years ago
embeds.py Fix Embed.from_dict typing being too strict for a public function 4 years ago
emoji.py Remove in-place edits and return fresh instances instead 4 years ago
enums.py Allow enums to be compared 4 years ago
errors.py Migrate 4 years ago
file.py Fix some webhook related type checker errors 4 years ago
flags.py Migrate 4 years ago
gateway.py Fix logging, re-add afk parameter 4 years ago
guild.py Migrate a few more methods 4 years ago
http.py Add default value for invitable in HTTPClient 4 years ago
integrations.py Remove in-place edits and return fresh instances instead 4 years ago
invite.py Fix user cache acting incorrectly with evictions 4 years ago
iterators.py Fix Client.fetch_channel not returning Thread 4 years ago
member.py Make arguments positional only in 2 get methods 4 years ago
mentions.py Typehint AllowedMentions 4 years ago
message.py Update thread permissions 4 years ago
mixins.py Fix EqualityComparable.__eq__ typing 4 years ago
object.py Type-hint object.py 4 years ago
oggparse.py Typehint oggparse.py 4 years ago
opus.py Typehint opus.py 4 years ago
partial_emoji.py Fix typing errors in PartialEmoji 4 years ago
permissions.py Fix all_channel permissions 4 years ago
player.py Rearrange player cleanup code 4 years ago
raw_models.py Typehint raw_models.py 4 years ago
reaction.py Make parameters passed to Reaction.user keyword-only 4 years ago
role.py Remove in-place edits and return fresh instances instead 4 years ago
stage_instance.py Add type: ignore for StageInstance.channel 4 years ago
state.py Initial de-botting 4 years ago
sticker.py Fix typing error in sticker edit 4 years ago
team.py Remove extraneous __slots__ assignments 4 years ago
template.py Initial de-botting 4 years ago
threads.py Update thread permissions 4 years ago
user.py Change User.avatar to be Optional[Asset] instead of Asset 4 years ago
utils.py Bring back ParamSpec in utils 4 years ago
voice_client.py Make global log variable in modules private 4 years ago
widget.py Type up **kwargs of various methods 4 years ago