aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Collapse)AuthorAgeFilesLines
* Fix typings for member HTTP methodsRapptz2021-08-234-48/+91
|
* Add type hints to AsyncWebhookAdapter methodsRapptz2021-08-231-14/+18
|
* Use getattr for default_auto_archive_duration in Message.create_threadRapptz2021-08-231-1/+2
| | | | | Some channel types do not have this attribute so a fallback is necessary to prevent the attribute access from erroring.
* Fix message.py typehintsStocker2021-08-231-12/+19
|
* Fix FFmpeg based audiosource input pipingImayhaveborkedit2021-08-231-8/+34
| | | | | | | Due to an oversight that has existed since the very beginning, the pipe argument has been broken since there was nothing to actually write the data to the process's stdin. Now there is. Also josh made me add typings blegh
* Add missing type: ignore and missing typehint to channel.pyStocker2021-08-231-1/+3
|
* Make getters in Client positional onlyMrKomodoDragon2021-08-231-4/+4
|
* Fix type hints for decorators in utilsJames Hilton-Balfe2021-08-231-5/+10
|
* Add missing return type to utils.oauth_urlMrKomodoDragon2021-08-231-1/+1
|
* Fix type for content param in HTTPClient.send_messageStocker2021-08-231-1/+1
|
* Added type: ignores where needed to activity.pyStocker2021-08-231-2/+4
|
* Fix permissions.py typingapple502j2021-08-231-1/+4
|
* Fix user.py typings and reformat fileRapptz2021-08-221-6/+16
|
* Fix typing for private channel by user lookupRapptz2021-08-221-2/+2
|
* Add missing typehint for PermissionOverwrite.pairRapptz2021-08-221-1/+1
| | | | Technically inferred but better to be explicit
* Fix Member.guild_avatar docstringRapptz2021-08-221-2/+2
|
* [types] Add avatar to Member typingsRapptz2021-08-221-1/+2
|
* Fix Member._avatar not updating in member update eventsRapptz2021-08-221-1/+3
|
* Add per-guild member avatar supportJustAnyone2021-08-223-0/+49
| | | Fix #7054
* Typehint opus.pyapple502j2021-08-221-39/+58
|
* Fix references in docsJosh2021-08-222-3/+3
|
* Typehint oggparse.pyapple502j2021-08-221-11/+22
|
* Remove created_at from Snowflake ProtocolJosh2021-08-221-5/+0
|
* Fix webhook typings and use PartialMessageable instead of ObjectRapptz2021-08-222-16/+24
|
* Fix broken rename from pyrightRapptz2021-08-221-6/+6
|
* Make __main__ template strings privateRapptz2021-08-221-10/+10
|
* Add explicit type annotation to version_info and reformatRapptz2021-08-221-6/+8
|
* Typehint async_context global variableRapptz2021-08-221-2/+2
|
* Make json conversion functions privateRapptz2021-08-225-17/+17
|
* Make global log variable in modules privateRapptz2021-08-2211-147/+147
|
* ResponseType type alias is privateRapptz2021-08-221-4/+4
|
* Add typing metadataRiley Shaw2021-08-221-0/+0
|
* Add type: ignore for StageInstance.channelStocker2021-08-211-1/+2
|
* Reformat shard.pyRapptz2021-08-211-10/+32
|
* Reformat state.pyRapptz2021-08-211-51/+86
|
* Don't clear views in READYRapptz2021-08-211-3/+5
|
* Typehint state.pyStocker2021-08-213-179/+237
|
* [commands] Make GroupMixin GenericJosh2021-08-211-10/+21
|
* Add missing typehints for Member propertiesArnav Jindal2021-08-211-0/+3
|
* Fix on_typing not dispatching for threadsRapptz2021-08-201-1/+1
|
* [commands] De-indent after hook callRapptz2021-08-201-1/+1
| | | | Close #7412
* Copy docs from Client.close() to Bot.close()Willy2021-08-201-0/+1
|
* Typehint shard.pyStocker2021-08-201-63/+77
|
* Re-define Member properties inferred from User to support type-checkingJosh2021-08-201-6/+8
|
* Typehint context_managers.pyStocker2021-08-201-10/+28
|
* Add a few typehints to opus.pyStocker2021-08-191-4/+18
|
* Fix missing typehint that causes an error for a type checkerStocker2021-08-191-1/+2
|
* Add Thread to the return type of Client.get_channelStocker2021-08-191-8/+13
| | | Also explains some type ignores.
* [commands] reset view when Optional argument encounters parsing errorSebastian Law2021-08-191-1/+8
|
* [commands][types] Type hint commands-extJosh2021-08-196-312/+636
|