aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Fix all_channel permissions James Gayfer2021-08-271-1/+1
* Rearrange player cleanup codeImayhaveborkedit2021-08-271-18/+21
* [tasks] Improve typing parityNadir Chowdhury2021-08-271-61/+67
* [commands] Fix a small typo in Context.invoke docsShashankKumarSaxena2021-08-271-1/+1
* Fix a typo in docstrings of Client classAbhinav Singh2021-08-271-1/+1
* Change avatar_url type hint to Any instead of strRapptz2021-08-272-11/+13
* Change a few parameters to be positional onlyChrovo2021-08-261-9/+9
* Fix Webhook return typesSteve C2021-08-262-12/+12
* Add default value for invitable in HTTPClientDanny2021-08-261-1/+1
* Update thread permissionsJames Gayfer2021-08-264-28/+29
* Add support for invitable thread optionJosh2021-08-263-0/+15
* Add Client.status attributepyxiis2021-08-261-0/+20
* Make arguments positional only in 2 get methodsIzhar Ahmad2021-08-252-2/+2
* Use a thread values view when constructing TextChannel.threadsRapptz2021-08-251-1/+1
* Use MISSING instead of None for HelpCommand.contextRapptz2021-08-251-1/+1
* Update documentation on select limitsRapptz2021-08-252-4/+4
* Bring back ParamSpec in utilsRapptz2021-08-251-0/+4
* Fix copy_doc typing to not error due to overloaded ParamSpecRapptz2021-08-251-6/+2
* Change User.avatar to be Optional[Asset] instead of AssetRapptz2021-08-252-21/+18
* Change on_socket_raw_receive to dispatch right before JSON conversionRapptz2021-08-251-2/+2
* Add Colour.brand_green and Colour.brand_redRyan2021-08-241-0/+16
* Typehint Colour.__init__ parameterRapptz2021-08-241-1/+1
* Fix Embed.from_dict typing being too strict for a public functionRapptz2021-08-241-2/+2
* Allow enums to be comparedSebastian Law2021-08-241-8/+12
* Clarify connect() requires Intents.voice_statesImayhaveborkedit2021-08-242-0/+6
* Fix typing error in sticker editRapptz2021-08-231-2/+3
* Fix some typings in HTTPClient to not take strict payload typesRapptz2021-08-231-4/+4
* Add type hint for suppress parameterRapptz2021-08-231-1/+1
* Remove in-place edits and return fresh instances insteadRapptz2021-08-2315-82/+251
* Fix typing of move role position payload parameterRapptz2021-08-231-1/+2
* 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
* Fix message.py typehintsStocker2021-08-231-12/+19
* Fix FFmpeg based audiosource input pipingImayhaveborkedit2021-08-231-8/+34
* 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
* 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
* Typehint opus.pyapple502j2021-08-221-39/+58